@extends('backend.master') @section('title') {{ ___('common.dashboard') }} @endsection @section('content')
{{-- @if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif --}}
@csrf
@include('backend.applications.school.tabs')
{{-- content ::start --}}

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

{{-- Single_row --}} {{-- Single_row --}}
{{___("school.standard")}} {{-- --}}
{{___("school.details")}} *
@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.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
{{-- --}}
{{-- --}}
{{-- --}}
{{-- content ::end --}}
@endsection