@include('common.lfm', [ 'type' => 'image', 'name' => 'Image', 'input' => 'image', 'required' => true, 'file' => $data->image ?? null, ])
@php $checked_CSP = old('company_specific', $data->company_specific ?? null) ? "checked" : ""; @endphp
@push('script') @endpush