@extends('admin.layout.master') @section('title','ORDER LIST MANAGEMENT') @section('custom_style') @endsection @section ('content')

ORDER

TO
{{--
--}}
@csrf @php $p=1; @endphp @forelse ($transaction->GroupBy('autocode_before_bill') as $i=>$item) @empty @endforelse
# Date Tansaction id ShowRoom Action
{{ ($p++) }} {{ date('d-M-Y h:i A',strtotime($item->first()->created_at)) }} {{ $i }} {{ $item->first()->created_by }} {{-- --}}

@include('inventory.order.detail_modal') @endsection @section('script') @stop