@extends('backend.master') @section('title') {{ ___('common.dashboard') }} @endsection @section('content')
@csrf
@include('backend.applications.school.tabs')
{{-- content:non_granted::start --}}

{{ ___("school.Non Granted Document Checklist") }}

@if (@$data['item']->government_decision_of_approval) @else @endif
@if (@$data['item']->approval_order_of_deputy_director_of_education) @else @endif
@if (@$data['item']->first_approval_order) @else @endif
@if (@$data['item']->organizations_requisition_application_in_sample_1) @else @endif
@if (@$data['item']->joint_account_retention_receipt_of_institution) @else @endif
@if (@$data['item']->organization_company_registration_certificate) @else @endif
@if (@$data['item']->govt_minority_certificate) @else @endif
@if (@$data['item']->purchase_deed_lease_agreement_award) @else @endif
@if (@$data['item']->audit_report) @else @endif
@if (@$data['item']->copy_of_EPTA_approval_minutes) @else @endif
@if (@$data['item']->free_structure_according_to_previous) @else @endif
@if (@$data['item']->transport_committee_online_copy) @else @endif
@if (@$data['item']->women_grievance_redressal_committee) @else @endif
@if (@$data['item']->affidavit_on_stamp_of_rs_100) @else @endif
@if (@$data['item']->school_principal_sign_stamp) @else @endif
{{-- content:non_granted::start --}}
@endsection