@foreach ($appointment_types as $key => $appointment_type)
{{ $appointment_type->display_name }}
{{-- @php
dd($appointment_type->commission);
@endphp --}}
@endforeach
{{-- @if (auth()->user()->hasPermission('commission.export')) --}}
{{-- @endif --}}