@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
| {{__("name")}} | {{__("phone-number")}} | {{__("email")}} | {{__("specialization")}} | {{__("Image")}} | {{__("Show Appointments")}} | {{__("Control")}} |
|---|---|---|---|---|---|---|
| {{$consultant->full_name}} | {{$consultant->phone_number}} | {{$consultant->email}} | @if(app()->getLocale() == 'ar') {{$consultant->specialization_ar}} @else {{$consultant->specialization_en}} @endif |
@if($consultant->image != null) |
Show Appointments | id)}}" class="control-link edit"> |