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