@extends('layouts.app') @section('title', 'Service Reports') @section('content')
| Service Date | Next Service | Report No. | Account | Type | Compliant | Actions | |
|---|---|---|---|---|---|---|---|
| {{ optional($r->service_date)->format('F d, Y') }} | @if($r->next_service_date) {{ $r->next_service_date->format('F d, Y') }} @else — @endif | {{ $r->report_number }} | {{ $r->account_name }} | {{ $r->type }} | @if($r->legacy_hash) @else — @endif | @if($r->compliant) @else @endif | |
| No service reports found. | |||||||