@extends('layouts.admin') @php $is_update = false; if(isset($preSchool) && !empty($preSchool)){ $is_update = true; } @endphp @section('css') @endsection @section('breadcrumb')

{{ $is_update ? 'Edit' : 'Add new' }} type of pre-school

@endsection @section('content')
@csrf @if($is_update) @endif
{{--
--}}
@endsection @section('script-bottom') @endsection