@extends('master.back') @section('styles') @endsection @section('content')

{{request()->input('type') ? request()->input('type') : __('All')}} {{ __('Orders') }}

{{__('CSV Export')}}

@csrf

@if($type_ == 'In Progress') @endif
{{__('Reset')}}
@include('alerts.alerts')
@include('back.order.table',compact('datas'))
{{ __('วันที่ทำรายการ') }} {{ __('Code') }} {{ __('ชื่อ') }} {{ __('Total Amount') }} {{ __('การชำระเงิน') }} {{ __('สถาณะการชำระเงิน') }} {{ __('Order Status') }} {{ __('เลขจัดส่ง') }} {{ __('ขนส่ง') }} {{ __('Actions') }}
{{-- STATUS MODAL --}} {{-- STATUS MODAL ENDS --}} {{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection