@extends('layouts.client.layout') @section('title') {{ $lawyer->seo_title }} @endsection @section('meta') @endsection @section('client-content')
Team Photo

{{ $lawyer->name }}

{{ $lawyer->department->name }} ({{ $lawyer->designations }})
{{ $website_lang->where('lang_key','appointment_fee')->first()->custom_lang }}: {{ $currency->currency_icon }}{{ $lawyer->fee }}
{!! clean($lawyer->about) !!}
    @if ($lawyer->facebook)
  • @endif @if ($lawyer->twitter)
  • @endif @if ($lawyer->linkedin)
  • @endif

{{ $website_lang->where('lang_key','lawyer_info')->first()->custom_lang }}

@php $old_day_id=0; @endphp @foreach ($lawyer->schedules as $schedule) @if ($old_day_id != $schedule->day_id) @endif @php $old_day_id=$schedule->day_id; @endphp @endforeach
{{ $website_lang->where('lang_key','week_day')->first()->custom_lang }} {{ $website_lang->where('lang_key','schedule')->first()->custom_lang }}
{{ $schedule->day->custom_day }} @php $times=$lawyer->schedules->where('day_id',$schedule->day_id); @endphp @foreach ($times as $time)
{{ strtoupper($time->start_time) }} - {{ strtoupper($time->end_time) }}
@endforeach
{!! clean($lawyer->address) !!}
{!! clean($lawyer->educations) !!}
{!! clean($lawyer->experience) !!}
{!! clean($lawyer->qualifications) !!}

{{ $website_lang->where('lang_key','create_appointment')->first()->custom_lang }}

@csrf
@endsection