@extends('layouts.client') @section('content')

Attachments

Company: {{ $company->name ?? '' }}

@if($attachments->count()) {{ $attachments->links() }} @else

No attachments found.

@endif
@endsection