@extends('layout.master') @section('title') @if (isset($pageTitle)) {{ $pageTitle }} @endif @endsection @section('main-body')

{{ isset($pageTitle) ? $pageTitle : '' }}

@include('layout.message')
{{ Form::open(['route' => 'menuSave', 'files' => 'true']) }}
{{ $errors->first('title') }}
{{ $errors->first('component') }}
{{ $errors->first('status') }}
@if(isset($item)) @endif
{{ Form::close() }}
@endsection @section('script') @endsection