@extends('admin.layouts.master-soyuz') @section('title',__('All Orders |')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{__("Orders")}}
{{ __('ID') }} {{ __('Order Type') }} {{ __('Order Id') }} {{ __('Customer Name') }} {{ __('Total Qty') }} {{ __('Total Amount') }} {{ __('Order Date') }} {{ __('Action') }}
@endsection @section('custom-script')