@extends('admin.layout.master') @section('title', 'Purchase contract') @section('custom_style') @endsection @section('content')

{{ __('obs.purchase') }} {{ __('obs.contract') }}

@csrf

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.

{{-- --}}
@isset($edit) @endisset
@php($grp = $type_group->where('type', 2))
@php($type = $type_group->where('type', 1))
 

@if (isset($has_voucher) && $has_voucher && isset($edit))
{{ $edit->vendor->name_eng ?? '' }}
@else @endif
@if (isset($has_voucher) && $has_voucher && isset($edit))
{{ $edit->ledger->name ?? '' }}
@else @endif
Payment Schedule  
{{ __('obs.date') }} {{ __('obs.job_shouldbe_done') }} {{ __('obs.amount') }} {{ __('obs.job_shouldbe_done') }} Action
@endsection @section('script') @endsection