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