@extends('layouts.app') @section('content')
Back {!! Form::model($page, [ 'method' => 'PATCH', 'route' => array ('admin.article.section.update', $page->id) ] ) !!}
@if ($page->page_name) @else @endif
@if ($page->parent_id != null && $page->parent_id != 0) @else @endif
Cancel
{!! Form::close() !!}
@endsection