Contract Mapping Contract Mapping {{-- Test --}} {{-- Edit Form --}}
@foreach ($ContractMapping as $Contract) @endforeach
Sr.No Contract Number Contract Name contact Number contract Date Expiry Date Action
{{$loop->iteration}} {{$Contract->contract_number}} {{$Contract->contract_name}} {{$Contract->contact_number}} {{$Contract->contract_date}} {{$Contract->expiry_date}}
{{-- view model --}}
{{-- Add --}} {{-- add more Task Maping in edit --}} {{-- --}} {{-- Add more functionality in task mapping --}} {{-- --}} {{-- view --}}