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

{{$page_title}} Back

{{ csrf_field() }}
Name
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif

Image
@if($post->image != null) ... @else ... @endif
Select image Change Remove
@if ($errors->has('image'))
{{ $errors->first('image') }}
@endif


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