@extends('layouts.main') @section('container')
@csrf
-
Tahun Pembuatan :
Harga OTR (diskon) :
-
Cancel
@foreach ($history as $k => $items)
{{ $k }}
@foreach ($items as $h)
{{ $h->for_humans ?? '-' }}

{{ $h->status->name }}

{{ $h->notes }}
@endforeach @endforeach
@endsection @section('javascript') @endsection