@extends('user.layout') @section('title') {{__('message.System Name')}} @stop @section('meta-data') @stop @section('content')

{{__('message.Category')}}

{{__('message.Browse by specialist')}}

{{__('message.Meet Our Professionals')}}

{{__('message.Top Rated Specialists')}}

@foreach($doctorlist as $dl)
@if($dl->is_fav=='0') @if(empty(Session::has("user_id"))) @else @endif @else @endif

{{ \Illuminate\Support\Str::limit($dl->name,17, $end='..') }}

{{isset($dl->departmentls)?$dl->departmentls->name:""}}

{{substr($dl->address,0,25)}}

@endforeach

{{__('message.Download apps')}}

{{__('message.For Better Test Download Mobile App')}}

{{__('message.appdescription')}}

{{__('message.Process')}}

{{__('message.Appointment Process')}}

{{__('message.Search Best Online Doctors')}}

{{__('message.View Doctor Profile')}}

{{__('message.Get Instant Doctor Appoinment')}}

{{__('message.Emergency call')}}

{{__('message.Telephone')}}

{{$setting->phone}}

{{__('message.Sign up for Newsletter today')}}

@stop @section('footer') @stop