@extends('backend.layouts.app') @section('page-title', trans('app.edit_page')) @section('page-heading', $page->title) @section('breadcrumbs') @stop @section('content') @include('backend.partials.messages') {!! Form::open(['route' => array('backend.pages.update', $page->id), 'files' => true, 'id' => 'page-form']) !!}
@lang('app.page_details')

A general page information.

@include('backend.pages.partials.base', ['edit' => true])
{!! Form::close() !!} @stop @section('scripts') @stop