route) }}> {{-- See if we're using tabs --}} @if ($crud->tabsEnabled() && count($crud->getTabs())) @include('crud::inc.show_tabbed_fields') @else
@include('crud::inc.show_fields', ['fields' => $crud->fields()])
@endif {{-- Define blade stacks so css and js can be pushed from the fields to these sections. --}} @section('after_styles') {{-- CRUD FORM CONTENT - crud_fields_styles stack --}} @stack('crud_fields_styles') @endsection @section('after_scripts') {{-- CRUD FORM CONTENT - crud_fields_scripts stack --}} @stack('crud_fields_scripts') @include('crud::inc.form_fields_script') @endsection