{{-- resources/views/agent/client-files.blade.php --}} @extends('layouts.contentLayoutMaster') @section('title', 'Client Files') @section('content')
# | File Name | Type | Uploaded At | Download |
---|---|---|---|---|
{{ $index + 1 }} | {{ $file->name }} | {{ ucfirst($file->type) }} | {{ $file->created_at->format('M d, Y H:i') }} | Download |