@extends('backoffice.doctor.layout') @section('content')
| N° | Raison | Prix | Date | Action | ||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ $meetingReason->reason ?? '' }} {{ $meetingReason->last_name ?? '' }} | {{ $meetingReason->price ?? 0 }} XOF | @if ($meetingReason->created_at) {{ $meetingReason->created_at->format('d/m/Y') }} @else {{ $meetingReason->created_at }} | @endif
|
||
| Aucun motifs | ||||||