@extends('admin.layout.master') @section('css') @stop @section('body')

{{$page_title}} Back

@if(isset($page))
{{ method_field('PUT') }} @endif {{ csrf_field() }}
Title
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
Subtitle
@if ($errors->has('subtitle'))
{{ $errors->first('subtitle') }}
@endif

Content
@if ($errors->has('content'))
{{ $errors->first('content') }}
@endif


@stop @section('script') @stop