{!!__('Edit')!!} {!!$data['title']!!}

{!!Form::vertical_open() ->method('PUT') ->id('form-edit') ->enctype('multipart/form-data') ->action(guard_url('page/category/'. $data['id']))!!} @include('page::category.partial.entry', ['mode' => 'edit']) {!!Form::close()!!}