@extends('backEnd.master') @section('page-title', app('general_setting')->site_title) @section('mainContent')

{{ __('report.filter_selection_criteria') }} {{ __('common.for') }} {{ __('common.order') }}

{{$errors->first('seller_id')}}
@if (isset($type) && $type == "all")

{{ __('common.all') }} {{ __('common.order') }}

{{__('common.sl')}} {{__('common.date')}} {{__('common.order_id')}} {{__('common.email')}} {{__('order.product_qty')}} {{__('common.total_amount')}} {{__('order.order_status')}} {{__('order.is_paid')}}
@endif @if (isset($type) && $type == "pending")

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

{{__('common.sl')}} {{__('common.date')}} {{__('common.order_id')}} {{__('common.email')}} {{__('order.product_qty')}} {{__('common.total_amount')}} {{__('order.order_status')}} {{__('order.is_paid')}}
@endif @if (isset($type) && $type == "confirmed")

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

{{__('common.sl')}} {{__('common.date')}} {{__('common.order_id')}} {{__('common.email')}} {{__('order.product_qty')}} {{__('common.total_amount')}} {{__('order.order_status')}} {{__('order.is_paid')}}
@endif @if (isset($type) && $type == "completed")

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

{{__('common.sl')}} {{__('common.date')}} {{__('common.order_id')}} {{__('common.email')}} {{__('order.product_qty')}} {{__('common.total_amount')}} {{__('order.order_status')}} {{__('order.is_paid')}}
@endif @if (isset($type) && $type == "inhouse")

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

{{__('common.sl')}} {{__('common.date')}} {{__('common.order_id')}} {{__('common.email')}} {{__('order.product_qty')}} {{__('common.total_amount')}} {{__('order.order_status')}} {{__('order.is_paid')}}
@endif
@endsection @push('scripts') @endpush