@extends('backoffice.pharmacy.layout') @section('content')

{{ Str::contains(url()->current(), '/edit') ? 'Modifier' : 'Ajouter' }} une classe thérapeutique

@csrf

{{ $pagename ?? "" }}

@forelse ($therapeutic_classes as $therapeutic_classe) @empty @endforelse
Nom Action
{{ $loop->index + 1 }} {{ $therapeutic_classe->value ?? '' }}
Aucun utilisateurs
{{ $therapeutic_classes->links() }}
@include('backoffice.includes.modals.delete-modal') @endsection @section('scripts') @endsection