Assigned Audit List Assigned Audit List {{-- Test --}}
@foreach ($audits as $audit) @endforeach
Sr No Department Date View Letter Description
{{ $loop->iteration }} {{ $audit->department?->name }} {{ Carbon\Carbon::parse($audit->date)->format('d-m-Y') }} @if($audit->file_path) View File @endif {{ Str::limit($audit->description, '30') }}
{{-- Send Department Letter Modal --}} @push('scripts') @endpush