@extends('layouts.superadmin') {{ config('app.name', 'Laravel') }} | Admin | Add School @section('main-content')
@if (Session::has('success')) @endif

School / Edit School Details

School Information
@if ($data->id) @endif
Class Info Enabled
If enabled, the "Class Info" will be visible in the parent app through a modal. If disabled, the parent app won't show class information.
class_info ?? false ? 'checked' : '' }}>
Transport Fee Enabled
If enabled, parents can download the complete transport fee receipt from the parent app. If disabled, this feature will not be available.
transport_fee ?? false ? 'checked' : '' }}>
Bus Service Enabled
If enabled, the school can manage bus services from the admin panel, and parents will also be able to view the bus service in their app.
bus_service ?? false ? 'checked' : '' }}>
Data Export Enabled
If enabled, the school can export data related to students, parents, teachers, and fees from the admin panel.
data_export ?? false ? 'checked' : '' }}>
Teacher Attendance Enabled
If enabled, teacher attendance options will be available in both the admin panel and teacher app.
teacher_attendance ?? false ? 'checked' : '' }}>
@endsection