@extends('layouts.dashboard.app') @section('content')

@lang('site.add_quote')

{{ csrf_field() }} {{ method_field('put') }} {{-- --}}

@lang('site.quote') @lang('site.new')

{{--
--}} {{--
--}} {{--

--}} {{-- @lang('site.client_name') : {{ auth()->user()->name }}--}} {{-- @lang('site.salesMan') : {{ auth()->user()->cCode }}--}} {{--

--}} {{--
--}} {{--
--}}
@include('dashboard.partials._errors')
@lang('site.prodCCode') @lang('site.product') @lang('site.quantity') @lang('site.price') @lang('site.subtotal') @lang('site.subtotal_tax') @lang('site.delete')
@include('dashboard.quotes.data_table.customAdd')
{{-- @if (Str::contains($client->name, 'نقدي'))--}} {{-- @if (false)--}} {{-- @endif--}}

@lang('site.total') : 0 {{$quote->currency->code_name}}

@lang('site.total_tax') : 0 {{$quote->currency->code_name}}

@endsection @push('scripts') @endpush