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

{{ ___('school.student count') }}

@error('lower')
{{ $message }}
@enderror
@error('higher')
{{ $message }}
@enderror
@if($data['item'] != "")
{{-- @if($data['item']->lower <= 0 && $data['item']->higher >= 0) @endif @if($data['item']->lower <= 1 && $data['item']->higher >= 1) @endif @if($data['item']->lower <= 2 && $data['item']->higher >= 2) @endif @if($data['item']->lower <= 3 && $data['item']->higher >= 3) @endif @if($data['item']->lower <= 4 && $data['item']->higher >= 4) @endif @if($data['item']->lower <= 5 && $data['item']->higher >= 5) @endif @if($data['item']->lower <= 6 && $data['item']->higher >= 6) @endif @if($data['item']->lower <= 7 && $data['item']->higher >= 7) @endif @if($data['item']->lower <= 8 && $data['item']->higher >= 8) @endif @if($data['item']->lower <= 9 && $data['item']->higher >= 9) @endif @if($data['item']->lower <= 10 && $data['item']->higher >= 10) @endif @if($data['item']->lower <= 11 && $data['item']->higher >= 11) @endif @if($data['item']->lower <= 12 && $data['item']->higher >= 12) @endif {{-- Single_row --}} @if($data['item']->lower <= 0 && $data['item']->higher >= 0) @endif @if($data['item']->lower <= 1 && $data['item']->higher >= 1) @endif @if($data['item']->lower <= 2 && $data['item']->higher >= 2) @endif @if($data['item']->lower <= 3 && $data['item']->higher >= 3) @endif @if($data['item']->lower <= 4 && $data['item']->higher >= 4) @endif @if($data['item']->lower <= 5 && $data['item']->higher >= 5) @endif @if($data['item']->lower <= 6 && $data['item']->higher >= 6) @endif @if($data['item']->lower <= 7 && $data['item']->higher >= 7) @endif @if($data['item']->lower <= 8 && $data['item']->higher >= 8) @endif @if($data['item']->lower <= 9 && $data['item']->higher >= 9) @endif @if($data['item']->lower <= 10 && $data['item']->higher >= 10) @endif @if($data['item']->lower <= 11 && $data['item']->higher >= 11) @endif @if($data['item']->lower <= 12 && $data['item']->higher >= 12) @endif @if($data['item']->lower <= 0 && $data['item']->higher >= 0) @endif @if($data['item']->lower <= 1 && $data['item']->higher >= 1) @endif @if($data['item']->lower <= 2 && $data['item']->higher >= 2) @endif @if($data['item']->lower <= 3 && $data['item']->higher >= 3) @endif @if($data['item']->lower <= 4 && $data['item']->higher >= 4) @endif @if($data['item']->lower <= 5 && $data['item']->higher >= 5) @endif @if($data['item']->lower <= 6 && $data['item']->higher >= 6) @endif @if($data['item']->lower <= 7 && $data['item']->higher >= 7) @endif @if($data['item']->lower <= 8 && $data['item']->higher >= 8) @endif @if($data['item']->lower <= 9 && $data['item']->higher >= 9) @endif @if($data['item']->lower <= 10 && $data['item']->higher >= 10) @endif @if($data['item']->lower <= 11 && $data['item']->higher >= 11) @endif @if($data['item']->lower <= 12 && $data['item']->higher >= 12) @endif @if($data['item']->lower <= 0 && $data['item']->higher >= 0) @endif @if($data['item']->lower <= 1 && $data['item']->higher >= 1) @endif @if($data['item']->lower <= 2 && $data['item']->higher >= 2) @endif @if($data['item']->lower <= 3 && $data['item']->higher >= 3) @endif @if($data['item']->lower <= 4 && $data['item']->higher >= 4) @endif @if($data['item']->lower <= 5 && $data['item']->higher >= 5) @endif @if($data['item']->lower <= 6 && $data['item']->higher >= 6) @endif @if($data['item']->lower <= 7 && $data['item']->higher >= 7) @endif @if($data['item']->lower <= 8 && $data['item']->higher >= 8) @endif @if($data['item']->lower <= 9 && $data['item']->higher >= 9) @endif @if($data['item']->lower <= 10 && $data['item']->higher >= 10) @endif @if($data['item']->lower <= 11 && $data['item']->higher >= 11) @endif @if($data['item']->lower <= 12 && $data['item']->higher >= 12) @endif {{-- Single_row --}}
{{ ___('school.standard') }} {{-- --}}
{{ ___('school.details') }} *
--}}
{{ ___('school.Particulars') }} *
@if ($errors->any()) @if ($errors->has('total_boys.details') || $errors->has('total_girls.details') || $errors->has('total.details')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.0') }} *
@if ($errors->any()) @if ($errors->has('total_boys.zero') || $errors->has('total_girls.zero') || $errors->has('total.zero')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.1st') }} *
@if ($errors->any()) @if ($errors->has('total_boys.first') || $errors->has('total_girls.first') || $errors->has('total.first')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.2nd') }} *
@if ($errors->any()) @if ($errors->has('total_boys.second') || $errors->has('total_girls.second') || $errors->has('total.second')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.3rd') }} *
@if ($errors->any()) @if ($errors->has('total_boys.third') || $errors->has('total_girls.third') || $errors->has('total.third')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.4th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.fourth') || $errors->has('total_girls.fourth') || $errors->has('total.fourth')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.5th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.fifth') || $errors->has('total_girls.fifth') || $errors->has('total.fifth')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.6th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.sixth') || $errors->has('total_girls.sixth') || $errors->has('total.sixth')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.7th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.seventh') || $errors->has('total_girls.seventh') || $errors->has('total.seventh')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.8th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.eighth') || $errors->has('total_girls.eighth') || $errors->has('total.eighth')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.9th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.ninth') || $errors->has('total_girls.ninth') || $errors->has('total.ninth')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.10th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.tenth') || $errors->has('total_girls.tenth') || $errors->has('total.tenth')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.11th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.eleventh') || $errors->has('total_girls.eleventh') || $errors->has('total.eleventh')) {{ 'the fields are required' }} @endif @endif
{{ ___('school.12th') }} *
@if ($errors->any()) @if ($errors->has('total_boys.twelfth') || $errors->has('total_girls.twelfth') || $errors->has('total.twelfth')) {{ 'the fields are required' }} @endif @endif
{{-- --}}
{{-- --}}
{{-- --}}
@endif
{{-- content ::end --}}
@include('backend.school.submit-button')
@endsection @push('script') @endpush