@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("name")}} | {{__("phone-number")}} | {{__("email")}} | {{__("specialization")}} | {{__("Image")}} | {{__("Schedule")}} | {{__("Show Appointments")}} | {{__("Control")}} |
---|---|---|---|---|---|---|---|
{{$specialist->full_name}} | {{$specialist->phone_number}} | {{$specialist->email}} | @if(app()->getLocale() == 'ar') {{$specialist->specialization_ar}} @else {{$specialist->specialization_en}} @endif |
@if($specialist->image != null) |
@php
$exists =(\App\Models\TimeSlotType::where('specialist_id',$specialist->id)->exists())
@endphp
@if($exists) Edit @else Create @endif | Show Appointments | id)}}" class="control-link edit"> |