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

{{__('obs.order')}}

{{__('obs.date_to')}}
{{--
--}}
@csrf @php $p=1; @endphp @forelse ($transaction->GroupBy('autocode_before_bill') as $i=>$item) @empty @endforelse
# {{__('obs.date')}} {{__('obs.transaction')}} {{__('obs.id')}} {{__('obs.showroom')}} {{__('obs.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