Application For Rent Application For Rent {{-- Test --}} {{-- Edit Form --}}
@foreach ($applications as $application) @endforeach
Sr No Zone Name Property No Party Name Reason of use From Date To Date A/R Action
{{ $loop->iteration }} {{ $application->zone->name }} {{ $application->property->property_no }} {{ $application->party->party_name }} {{ $application->reason_of_use }} {{ $application->from_datetime }} {{ $application->to_datetime }} @if ($application->application_status == 0) @elseif ($application->application_status == 1) Approved @else Rejected @endif
{{-- Reject status reason modal --}}
{{-- Add --}} {{-- Submit leave rejection form --}}