@extends('seller.layouts.datatable-app') @section('panel_content')
{!! \App\Services\SelectService::multi_select_2_status('delivery_status',$delivery_status,translate('Delivery Status')) !!} {!! \App\Services\SelectService::multi_select_2_status('payment_status',$payment_status,translate('Payment Status')) !!} {!! \App\Services\ButtonService::apply_filter_button() !!}
# {{translate('Code')}} {{translate('Customer')}} {{translate('Amount')}} {{translate('Delivery Status ')}} {{translate('Payment Method')}} {{translate('Payment Status')}} {{translate('Refund')}} {{translate('actions')}}
@endsection @section('modal') @include('modals.delete_modal') @endsection @section('script') {!! $datatable_script !!} @endsection