@extends('frontend.layouts.app') @section('title') {{ $specialist->name }} @endsection @section('banner') Bio: {{ $userprofile->bio }} {{dump($userprofile)}} @endsection @section('content')

About1

@if ($userprofile->radius_of_work_km) @endif
{{ __('labels.backend.users.fields.avatar') }}
{{ __('labels.backend.users.fields.first_name') }} {{ $specialist->first_name }}
{{ __('labels.backend.users.fields.last_name') }} {{ $specialist->last_name }}
{{ __('labels.backend.users.fields.email') }} {{ $specialist->email }}
{{ __('labels.backend.users.fields.mobile') }} {{ $specialist->mobile }}
{{ __('labels.frontend.register.town') }} {{ $userprofile->town }}
{{ __('labels.frontend.register.radius_of_work_km') }} Within {{ $userprofile->radius_of_work_km }}km of {{ $userprofile->town }}
@endsection