@extends('layouts.admin') @section('title', 'Therapists') @section('eyebrow', 'Content Modules') @section('heading', 'Therapists') @section('header_actions') Add Therapist @endsection @section('content')
Reset
@forelse ($therapists as $therapist) @empty @endforelse
Therapist Profile Flags Order Actions

{{ $therapist->name }}

{{ $therapist->slug }}

ID {{ $therapist->profile_code ?: 'Not set' }}{{ $therapist->age ? ' ยท Age '.$therapist->age : '' }}
@if ($therapist->is_featured) Featured @endif {{ $therapist->is_published ? 'Published' : 'Draft' }}
{{ $therapist->sort_order }}
Edit
@csrf @method('DELETE')
No therapists yet.
@endsection