Documents Documents {{-- Test --}} {{-- Edit Form --}}
@can('documents.create')
@endcan
@foreach ($documents as $document) @endforeach
Sr. No Document Is Document Mandatory Action
{{ $loop->iteration }} {{ $document?->name }} {{ ($document->is_mandatory == 1)?'Yes':'No' }} @can('documents.edit') @endcan @can('documents.delete') @endcan
{{-- Add --}}