@extends('layouts.frontend') @section('title') @lang('frontend.doctors') @endsection @section('vendor_css') @endsection @section('page_level_css') @endsection @section('content')
| @lang('frontend.full_name') | @lang('frontend.phone') | التخصصات | @if($center_type == 'HCP')@lang('frontend.clinic') | @endif@lang('frontend.options') |
|---|---|---|---|---|
| {{ $user->name }} | {{ $user->phone }} | @foreach($user->specials as $special) {{$special->name}} @if(!$loop->last) - @endif @endforeach | @if($center_type == 'HCP'){{$user->clinic_name}} | @endif|
| @lang('frontend.full_name') | @lang('frontend.phone') | التخصصات | @if($center_type == 'HCP')@lang('frontend.clinic') | @endif@lang('frontend.options') |