@extends('backend.admin-master') @section('site-title') {{__('New Order')}} @endsection @section('style') @endsection @section('content')

{{__('New Order')}}

{{__('All Orders')}}
@csrf


{{__('Billing Details Details')}}
{!! get_country_field('billing_country','billing_country','form-control') !!}
{{__('Shipping Details')}}
{!! get_country_field('shipping_country','shipping_country','form-control') !!}


{{__('Thumbnail')}} {{__('Product Name')}} {{__('Quantity')}} {{__('Unit Price')}} {{__('Tax')}} {{__('Subtotal')}} {{__('Action')}}
@endsection @section('script') @endsection