@extends( 'backend.layouts.app' ) @section('title', $moduleProperties['longModuleName']) @section('CSSLibraries') @endsection @section('JSLibraries') @endsection @section('content')

{{ $moduleProperties['longModuleName'] }} New {{ str_singular($moduleProperties['shortModuleName']) }}

@include( 'backend.layouts.notification_message' )

All {{ str_plural($moduleProperties['longModuleName']) }}

@if($moduleProperties['multi'])
{!! Form::select('actions', [''=>'Select Action', 'delete' => 'Delete'], null, ['class' => 'chosen form-control', 'required']) !!}
{!! Form::submit('Click To Perform', ['class' => 'btn btn-default btn-flat form-control ', 'disabled', 'id' =>'action_btn']) !!}
@endif
Id Cafe Name Location Date Created Action
@include( 'backend.layouts.modal' )
@endsection @section('inlineJS') @endsection