@extends('layouts.admin') @section('title', 'Edit Study Pathway') @section('content')
Back to Study Pathways
Edit Study Pathway
@csrf @method('PUT')
@error('title'){{ $message }}@enderror
Button
Settings
is_active) ? 'checked' : '' }}>
Cancel
@endsection