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

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

{{__('CSV Export')}}
{{__('Reset')}}
@include('alerts.alerts')
@include('back.order.table',compact('datas'))
{{ __('Order ID') }} {{ __('User') }} {{ __('Total Amount') }} {{ __('Payment Status') }} {{ __('Order Status') }} {{ __('Actions') }}
{{-- STATUS MODAL --}} {{-- STATUS MODAL ENDS --}} {{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection