@extends('layouts.master') @section('title') LT-99 :: ประวัติการทำรายการ @endsection @section('sub_title') ประวัติการทำรายการ @endsection @section('content')
| # | จำนวนเงิน | สถานะ | รายละเอียด | วันที่ดำเนินการ | {{--ดำเนินการ | --}}
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ ($item->amount >= 0 ? '+' : '') . number_format($item->amount, 2) }} |
{{ $item->status === 1 ? 'ปกติ' : 'ยกเลิก' }}
|
{{ $item->detail }} | {{ $item->created_at }} | {{----}} |