@extends('dashboard.base') @section('css') @endsection @section('content')
{{ $form->name }}
@if(Session::has('message'))
{{ Session::get('message') }}
@endif @if( $enableButtons['add'] == 1 )
Add new
@endif
@foreach($header as $head) @endforeach
{{ $head->name }}
{!! $pagination !!}
@endsection @section('javascript') @endsection