@extends('contentNavbarLayout') @section('title', 'Search Records') @section('content')
List of documents available for the search criteria
| Record Type ▲▼ | Title ▲▼ | Created By | Created At ▲▼ | Details & File |
|---|---|---|---|---|
| {{ $record->record_type->name ?? '-' }} | {{ $record->title ?? '-' }} | {{ $record->creator->full_name ?? '-' }} | {{ $record->created_at->format('Y-m-d H:i') }} |
No records found.
@endif