route) }}> @if ($crud->model->translationEnabled()) request->input('locale')?$crud->request->input('locale'):App::getLocale() }}> @endif {{-- 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' => $fields])
@endif {{-- Define blade stacks so css and js can be pushed from the fields to these sections. --}} @section('after_styles') @stack('crud_fields_styles') @endsection @section('after_scripts') @stack('crud_fields_scripts') @endsection