@extends('layouts.admin') @section('title', $mode === 'create' ? 'Add Therapist' : 'Edit Therapist') @section('eyebrow', 'Content Modules') @section('heading', $mode === 'create' ? 'Add Therapist' : 'Edit Therapist') @section('header_actions')
Back to Therapists @if ($mode === 'edit') Preview Page @endif
@endsection @section('content')
@csrf @if ($mode === 'edit') @method('PUT') @endif
@if (old('image_path', $therapist->image_path))

Current preview

Therapist preview
@endif
is_featured)) class="h-5 w-5 rounded border-white/20 bg-transparent text-accent focus:ring-accent/20">
is_published)) class="h-5 w-5 rounded border-white/20 bg-transparent text-accent focus:ring-accent/20">
Cancel
@endsection