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

Folder: {{ $emailaddress }}

Back
@if (count($files) > 0) @foreach ($files as $file) @endforeach @else

No files found in this folder.

@endif

Attachments

@if (!empty($attachments)) @else

No attachments found.

@endif
@endsection