@extends('admin.layout.master') @section('title', 'SELL') @section('content')

Sale Contract Details Screen

@csrf {{-- Header --}}

This Contract is entered into by and between Manzil Al-Safa Company and    The Terms of this Agreement shall begin on START DATE and shall continue through it's termination date of END DATE.

{{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{--
--}}
{{--
--}} {{--
--}} {{-- --}} {{--
--}}
{{--
--}} {{--
--}} @error('cost_id') {{ $message }} @enderror {{--
--}}
{{--
@error('pay_type') {{ $message }} @enderror
--}} {{--
@error('cash_bank_id') {{ $message }} @enderror
--}}
{{--
--}} {{--
--}} @error('ref_no') {{ $message }} @enderror {{--
--}}
{{--
--}} {{--
--}} {{--
--}}
{{--
--}} {{--
--}} @error('start_date') {{ $message }} @enderror {{--
--}}
{{--
--}} {{--
--}} @error('end_date') {{ $message }} @enderror {{--
--}}
{{--
--}} {{--
--}} {{--
--}}
{{--
@error('cheque_no') {{ $message }} @enderror
@error('cheque_date') {{ $message }} @enderror
--}}
{{--
--}} @if (count($vat_tax)>0)
@endif

{{-- --}} @if (count($vat_tax)>0) @endif @for ($i = 1; $i <= 5; $i++) {{-- --}} @if (count($vat_tax)>0) @endif @endfor
# Products Desc Img QuantityAvail QtyPrice Disc(%) Manual Dc Net PriceVAT
{{ implode(' - ', $vat_tax->pluck('name')->toArray()) }}
TotalACTION
{{ $i }}
@forelse ($vat_tax as $j=> $vat)
is_fixed == 1 ? 'readonly' : '' }} class="form-control zero vat{{ $i }}">
@empty @endforelse

@error('quantity') {{ $message }} @enderror
@error('total_amount') {{ $message }} @enderror
showroom->commission_type == 1 ? 'readonly' : '' }} step=".000001" onkeyup="manualDC('%')" onchange="manualDC('%')" class="form-control" id="n_discount"> @error('discount') {{ $message }} @enderror
@error('manual_discount') {{ $message }} @enderror
@error('discount_amount') {{ $message }} @enderror
@error('net_total') {{ $message }} @enderror
Date Amount ACTION
{{-- --}}
Total
@endsection @section('script') @endsection