@if ($attendance->attachments)
@foreach ($attendance->getMedia('attachments') as $attachment)
@if (
$attachment->mime_type == 'application/msword' ||
$attachment->mime_type == 'appplication/docx' ||
$attachment->mime_type == 'appplication/doc')

@elseif($attachment->mime_type == 'application/pdf')

@else
 }})
@endif
{{ $attachment->file_name }}
@endforeach
@endif