@extends('layouts.master') @section('title', 'New Order | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new order')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.orders') }} | {{ __('basic.new order') }}
{{ __('basic.new order') }}
@csrf
{{-- products --}}

{{ __('basic.new product') }}
{{-- client, address, order total --}}
{{ __('basic.client details') }}
@error('traveler_id') {{ $message }} @enderror
@error('worker_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
@error('note') {{ $message }} @enderror
{{ __('basic.issue invoice') }}
{{ __('basic.make shipment for full order') }}
{{ __('basic.order details') }}
{{ __('basic.subtotal') }}
{{ $currency }}
{{ __('basic.delivery') }}
{{ $currency }}
{{ __('basic.discount') }}
{{ $currency }}
{{ __('basic.final price') }}
{{ $currency }}
@endsection @section('js') {{-- products come from --}} @endsection