@extends('dashboard.index') @section('contentDashboard') @include('dashboard.page_header') @if (count($errors) > 0)
@endif
{!! Form::model($page, ['method' => 'PATCH','route' => ['pages.update', $page->id],'enctype'=>'multipart/form-data']) !!} @csrf

status == 1)? 'checked':'' }} />
{{ $page->author_name }} {{ $page->author_last_name }}

@if($page->page_image != null)
@endif
{!! Form::close() !!}
@endsection