@extends('admin/layout') @section('page_title','Manage School Data') @section('marketing_schools_select','active') @section('container') @if($id>0) @php $image_required=""; @endphp @else @php $image_required="required"; @endphp @endif

Manage Schools

@csrf
@error('name') @enderror
@if($id!='')
@endif
@endsection