@extends('admin.layouts.master-soyuz') @section('title',__('All Orders |')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Orders') }} @endslot @slot('menu1') {{ __("Orders") }} @endslot ​@slot('button')
{{__('Delete Selected')}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Orders') }}
{{ __('ID') }} {{ __('Order Type') }} {{ __('Order Id') }} {{ __('Customer Name') }} {{ __('Total Qty') }} {{ __('Total Amount') }} {{ __('Order Date') }} {{ __('Action') }}
@endsection @section('custom-script')