@extends('admin.layouts.master') @section('css') @stop @section('page_title')

Add Page

@stop @section('page_subtitle') Add a new page @stop @section('page_content')

Page Details

@if ($errors->count() > 0)
{{ $errors->first() }}
@endif {{ Form::open(array('url' => "admin/pages")) }} @include('admin.modules.pages.fields') {{ Form::close() }}
@include('admin.modules.pages.fields_meta')
@stop @section('js') @stop