@extends('backend.layouts.master') @section('content') Create Page {!! Form::model($page, ['method' => 'PATCH', 'action' => ['Admin\PageController@update', $page->id]])!!} Content SEO @include('backend.page.partial') Feature Image Browse @if ($page->feature_image !="") @else @endif {!! Form::hidden('feature_image', null) !!} {!! Form::close() !!} @endsection