@extends('layouts.app') @section('title', 'Machine Details') @section('content')
| Date | Technician | Duration | Cost |
|---|---|---|---|
|
{{ $log->start_time->format('M d, Y') }}
{{ $log->start_time->format('H:i') }}
|
{{ $log->technician->name }} | {{ $log->downtime_minutes }} mins | ${{ number_format($log->cost, 2) }} |
| No maintenance history recorded for this asset. | |||