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

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

@error('school_address')
{{ $message }}
@enderror
@error('school_establishment_year')
{{ $message }}
@enderror
{{-- --}} @error('date_of_first_commencement_of_school')
{{ $message }}
@enderror
@error('school_academic_session')
{{ $message }}
@enderror
@error('school_time_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('name_of_trust_society_management_committee')
{{ $message }}
@enderror
@error('school_academic_session')
{{ $message }}
@enderror
@error('under_the_societies_registration_act_1860')
{{ $message }}
@enderror
@error('under_the_mumbai_public_trustee_system_act_1950')
{{ $message }}
@enderror
@error('till_what_period_the_registration_of_trust')
{{ $message }}
@enderror
@error('is_there_evidence_that_the_trust')
{{ $message }}
@enderror

{{(___("school.School name,and name, office address of Manager, Chairman,Secretary"))}}

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

{{___("school.Total income and expenditure for the last three years excluding balance or deficit")}}

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