@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')
@endsection