@extends('layouts.index') @section('content_header')

Edit Halaman

@stop @section('content') @include('partials.breadcrumbs')
@include('adminlte-templates::common.errors')
{!! Form::model($page, ['route' => ['pages.update', $page->id], 'method' => 'patch', 'enctype' => 'multipart/form-data']) !!}
@include('pages.fields')
{!! Form::close() !!}
@endsection