@extends('layouts.admin') @section('title', setting('school_name', 'ShulePoint') . ' | ' . ($scheme->exists ? 'Edit Scheme' : 'New Scheme')) @section('page-title', $scheme->exists ? 'Edit Scheme of Work' : 'New Scheme of Work') @section('content')

{{ $scheme->exists ? 'Edit' : 'New' }} scheme of work

@csrf @if($formMethod === 'PUT') @method('PUT') @endif
@error('subject_id'){{ $message }}@enderror
@error('topic'){{ $message }}@enderror
@push('scripts') @endpush @endsection