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

{{$page_title}} Back

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

{{--
Font awesome Icon
{!! $post->icon !!}
@if ($errors->has('icon'))
{{ $errors->first('icon') }}
@endif
--}}
Image

Details
@if ($errors->has('details'))
{{ $errors->first('details') }}
@endif



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