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

Sale Contract Details Screen

@method('PUT') @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('ref_no') {{ $message }} @enderror
@error('start_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
{{-- --}}
status != 1 ? 'checked' : '' }} class="m-1" name="stand_by" id="stand_by" value="0">
In Consideration of the mutual promises set forth herien, the First Party Convanants and Agree that It shall
The Second Party Convanants and agrees that it shall
This Contract may not be modified in any manner unless in writing and signed by both Parties. This document and any attachments hereto constitute the entire agreement between the Parties. This Contract Shall be binding upon the Parties, their successors, heirs and assigns.
@error('end_date') {{ $message }} @enderror
@error('end_date') {{ $message }} @enderror
@if (count($vat_tax)>0)
{{--
--}} @endif

{{-- --}} @if (count($vat_tax)>0) @endif @php($i=0) @forelse ($invoice->transaction as $item) {{-- --}} @if (count($vat_tax)>0) @endif @empty @endforelse
# 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
party->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
{{-- --}}
@php($j=0) @forelse ($invoice->contract->installment as $ins) @empty @endforelse
Date Amount ACTION
{{-- --}}
{{-- --}}
Total
@php($k=0) @forelse ($invoice->contract->expansion as $exp) @empty @endforelse
Date From Date To Description ACTION
@endsection @section('script') @endsection