@extends('dashboard.layouts.main') @section('content')

Attachment List

@if (session('success'))
{{ session('success') }}
@endif
@foreach ($attachments as $index => $attachment) @endforeach
Download All Attachment Name Type Attachment File Size
{{ $attachment->attachment_name }} {{ $attachment->type }} {{ $attachment->size }}
@endsection