@extends('backend.master') @section('title') {{ ___('common.dashboard') }} @endsection @push('style') @endpush @section('content')
@include('backend.school.form-submission')
@include('backend.school.tabs')
{{-- content --}}

{{ ___('school.General information') }}

@error('school_address')
{{ $message }}
@enderror

Note - आपल्या शाळेचा पत्ता गुगल मॅपला उपलब्ध नसेल तर खाली दिलेल्या नकाशा मध्ये अचूक पत्ता प्रेस करून सिलेक्ट करा

* @error('for_which_year_you_want_to_apply_for_a_certificate')
{{ $message }}
@enderror
@error('address_mentioned_in_government_approval_document')
{{ $message }}
@enderror
--}} class="form-label text-capitalize">{{ ___('school.Year Of Foundation Of School') }} *
@error('year_Of_foundationz_of_school')
{{ $message }}
@enderror
--}} class="form-label text-capitalize">{{ ___('school.Date Of First Opening Of School') }} *
{{-- --}}
@error('date_Of_first_opening_of_school')
{{ $message }}
@enderror
{{--
--}} {{-- --}} {{-- @error('school_academic_session')
{{ $message }}
@enderror --}} {{--
--}}
@error('lower_standard')
{{ $message }}
@enderror
@error('higher_standard')
{{ $message }}
@enderror
* @error('school_area')
{{ $message }}
@enderror
*
@error('simple_lower_standard')
{{ $message }}
@enderror
@error('simple_higher_standard')
{{ $message }}
@enderror
* @error('medium_of_instruction')
{{ $message }}
@enderror
*
@error('UDISE_lower_standard')
{{ $message }}
@enderror
@error('UDISE_higher_standard')
{{ $message }}
@enderror
* @error('school_board')
{{ $message }}
@enderror
@error('school_full_time')
{{ $message }}
@enderror
@error('school_time_half_time')
{{ $message }}
@enderror
{{--
--}} {{-- --}} {{--
@error('academic_learning_time_for_each_class')
{{ $message }}
@enderror
--}} {{--
--}}
{{-- --}}
@error('lunch_time_for_each_class')
{{ $message }}
@enderror
{{--
--}} {{-- --}} {{--
@error('sports_and_physical_education_time_for_each_class')
{{ $message }}
@enderror
--}} {{--
--}}
@error('sangstha_company_name')
{{ $message }}
@enderror
{{--
@error('till_what_period_the_registration_of_trust')
{{ $message }}
@enderror
--}} {{--
--}} {{-- --}} {{-- @error('is_there_evidence_that_the_trust')
{{ $message }}
@enderror --}} {{--
--}}
@error('sanstha_company_has_purpose_for_only_education_service')
{{ $message }}
@enderror
@error('is_school_open_where_address_mentioned_in_approval')
{{ $message }}
@enderror
@error('whether_school_is_moved_to_another_location')
{{ $message }}
@enderror
@error('if_sanstha_is_handover_to_someone')
{{ $message }}
@enderror
{{-- --}}
@error('do_you_have_maharastra_shashan_manyata_no')
{{ $message }}
@enderror
@error('maharastra_shashan_approval_number')
{{ $message }}
@enderror
@error('maharastra_shashan_approval_date')
{{ $message }}
@enderror
@error('do_you_have_shikshan_upSanchalak_approval')
{{ $message }}
@enderror
@error('shikshan_upSanchalak_approval_number')
{{ $message }}
@enderror
@error('shikshan_upSanchalak_approval_date')
{{ $message }}
@enderror
@error('do_you_have_pratham_manyata_certificate')
{{ $message }}
@enderror
@error('pratham_manyata_number')
{{ $message }}
@enderror
@error('pratham_manyata_date')
{{ $message }}
@enderror
@error('do_you_run_on_government_no_objection_certificate')
{{ $message }}
@enderror
@error('no_objection_certificate_number')
{{ $message }}
@enderror
@error('no_objection_certificate_date')
{{ $message }}
@enderror
@error('is_there_an_affiliation_certificate')
{{ $message }}
@enderror
@error('affiliation_certificate_number')
{{ $message }}
@enderror
@error('affiliation_certificate_date')
{{ $message }}
@enderror
{{-- --}}

{{-- {{ ___('school.School name,and name, office address of Manager, Chairman,Secretary') }} --}} {{-- {{ ___('school.Name & Official Address Of The Manager, Chairman and Secretary Of The School') }} --}} {{ ___('school.Principal, School Management, Chairman, Secretary, Clerk Name & Details') }}

@if (@$data['item'] == null && old('school_user_name') == null) @elseif (old('school_user_name')) @foreach (old('school_user_name') as $key => $item)
wefrefr
@endforeach @else @foreach (@$data['item']->school_user_name as $key => $item) @endforeach @endif
{{ ___('school.Name') }} * @if ($errors->any()) @if ($errors->has('school_user_name.*')) {{ 'the fields are ' }} @endif @endif {{ ___('school.Designation') }} * @if ($errors->any()) @if ($errors->has('school_user_degisnation.*')) {{ 'the fields are ' }} @endif @endif {{ ___('school.Address') }} * @if ($errors->any()) @if ($errors->has('school_user_address.*')) {{ 'the fields are ' }} @endif @endif {{ ___('school.Mobile number (office accomodation)') }} * @if ($errors->any()) @if ($errors->has('school_user_telephone.*')) {{ 'the fields are ' }} @endif @endif
{{--

{{ ___('school.Total Income And Expenditure During Last 3 Years Surplus / Deficit') }}

@if (@$data['item'] == null) @else @foreach (@$data['item']->account_year as $key => $item) @endforeach @endif
{{ ___('school.Year') }} * @if ($errors->any()) @if ($errors->has('account_year.*')) {{ 'the fields are ' }} @endif @endif {{ ___('school.Income') }} * @if ($errors->any()) @if ($errors->has('account_income.*')) {{ 'the fields are ' }} @endif @endif {{ ___('school.Expense') }} * @if ($errors->any()) @if ($errors->has('account_expense.*')) {{ 'the fields are ' }} @endif @endif {{ ___('school.balance/deficit') }} * @if ($errors->any()) @if ($errors->has('account_balance.*')) {{ 'the fields are ' }} @endif @endif
--}} {{-- content --}}
@include('backend.school.submit-button')
@endsection @push('script') {{-- other --}} {{-- --}} {{-- Map --}} {{-- /End Map --}} {{-- new --}} @endpush