{{-- Show the erros, if any --}} @if ($errors->any()) @endif {{-- Show the inputs --}}
@foreach ($fields as $field) @include('admin.panel.fields.' . $field['type'], ['field' => $field]) @endforeach
{{-- Define blade stacks so css and js can be pushed from the fields to these sections. --}} @section('after_styles') @parent @stack('crud_fields_styles') @endsection @section('after_scripts') @parent @stack('crud_fields_scripts') @endsection