@csrf
@php $shadow = isset($shadow) ? (true === $shadow) : true; $hasTitle = isset($title) ? (true === $title) : true; $user_role = auth()->user()->role; $admin = 1; @endphp
@if($hasTitle)
{{ $form_title }}
@endif
@foreach($items as $item)
covered == 1) checked @endif value="{{ $item->id }}"> @if(auth()->user()->can('add-covered-regions') || $user_role == $admin ) @if($typeForm == 'country')
@if($item->covered == 1) {{ __('cargo::view.add_covered_regions') }} @endif @endif @endif
@endforeach
@section('styles') @endsection @section('scripts') @endsection