@extends('admin.layout.app') @section('body')
{{ $company->name }}
{{ $company->contact_person ?? '—' }}
{{ $company->phone ?? '—' }}
{{ $company->email ?? '—' }}
{{ $company->address ?? '—' }}
No machinery registered for this company.
@else @endifNo expenses recorded for this company.
@else| # | Amount | Currency | Date | Description |
|---|---|---|---|---|
| {{ $e->id }} | {{ number_format((float) $e->amount, 2) }} | {{ $e->currency ?? '—' }} | {{ optional($e->date)->format('Y-m-d') ?? ($e->date ?? '—') }} | {{ $e->description ?? '—' }} |