{{ __('web.name') }} : {{ $user->name }}
{{ __('web.phone') }} : {{ $user->phone }}
{{ __('web.email') }} : {{ $user->email }}

{{__('web.quotation')}}

@foreach($calculate['carts'] as $product) @endforeach
{{__('web.product_name')}} {{__('web.product_image')}} {{__('web.product_count')}} {{__('web.product_cost')}} {{__('web.total')}}
{{ $product['product']->currentDescription->title }} {{ $product['count'] }} {{ $product['product_cost_item'] }} {{ $product['product_cost'] }}
{{ __('web.total_products') }} : {{ $calculate['total_products'] }} {{__('web.sar')}}
{{ __('web.tax') }} ({{ number_format(settings('tax_value')) }}%): {{ $calculate['total_tax'] }} {{__('web.sar')}}
{{ __('web.shipping_cost') }} @if($calculate['shipping_cost']) {{ $calculate['shipping_cost'] }} {{__('web.sar')}} @else {{ __('web.free_shipping') }} @endif
{{ __('web.total') }}: {{ $calculate['total'] }} {{__('web.sar')}}