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

Current preview

Treatment 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