@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.Details Of Physical facilities and pay status")}}

{{-- --}}
{{___("school.rooms")}} *
@if($errors->any()) @if ($errors->has('rooms.*')) {{ 'the fields are required' }} @endif @endif
{{___("school.numbers")}} *
@if($errors->any()) @if ($errors->has('classroom.numbers') || $errors->has('office_room.numbers') || $errors->has('kitchen.numbers') || $errors->has('separate_toilets_for_boys_and_girls.numbers') || $errors->has('drinking_water_facility.numbers')) {{ 'the fields are required' }} @endif @endif
{{___("school.average sizes")}} *
@if($errors->any()) @if ($errors->has('classroom.average_sizes') || $errors->has('office_room.average_sizes') || $errors->has('kitchen.average_sizes') || $errors->has('separate_toilets_for_boys_and_girls.average_sizes') || $errors->has('drinking_water_facility.average_sizes')) {{ 'the fields are required' }} @endif @endif
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- content ::end --}}
@endsection