@extends('admin.layout.master') @section('import-css') @stop @section('body')

{{$page_title}} All Blog

{{ csrf_field() }}
Title
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif

Category
@if ($errors->has('cat_id'))
{{ $errors->first('cat_id') }}
@endif

Image
...
Select image Change Remove
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif
Details

Status


@endsection @section('import-script') @stop @section('script') @stop