{{-- Extends layout --}} @extends(getThemeBasePath()) {{-- Content --}} @section('content')

{{$page_title}}

New Record
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection