@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{ ___('student_info.Must be follw below instructions & Before Inserting data please download sample file and fill it as required') }}
{{ ___('student_info.Guardian Email must be unique') }} {{ ___('student_info.Email must be unique') }} {{ ___('student_info.Religion') }}: 1 = Islam, 2 = Hindu, 3 = Christian {{ ___('student_info.Gender') }}: 1 = Male, 2 = Female {{ ___('student_info.Blood') }}: 1 = A+, 2 = A-, 3 = B+, 4 = B-, 5 = O+, 6 = O-, 7 = AB+, 8 = AB- {{ ___('student_info.Student Category') }}: @foreach ($data['categories'] as $key => $item) {{ $item->id }} = {{ $item->name }} @endforeach {{ ___('student_info.Attend School Previously') }}: 1 = Yes, 0 = No
@error('class')
{{ $message }}
@enderror
@error('section')
{{ $message }}
@enderror
@error('file') {{ $message }} @enderror
@endsection @push('script') @endpush