Attachments

Attachments

Add New Attachment @if(session('success'))
{{ session('success') }}
@endif @foreach($attachments as $attachment) @endforeach
# File Type File Path Actions
{{ $attachment->id }} {{ $attachment->file_type }} {{ $attachment->file_path }} View Edit
@csrf @method('DELETE')