@extends('admin/layout') @section('page_title','Manage School Data') @section('marketing_schools_select','active') @section('container') @if(session()->has('message'))
{{session('message')}}
@endif @if ($errors->any())
@endif

Add Principal

@csrf
@if(empty($princ_school_id)) @else @endif
@error('name') @enderror
@endsection