@extends('front.layouts.master') @section('main_content')
img

{{ $lawyer->name }}

{{ $lawyer->designation }}

{!! nl2br($lawyer->biography) !!}

@if($lawyer->email != '' || $lawyer->phone != '')
    @if($lawyer->email)
  • {{ __('Email') }}

    {{ $lawyer->email }}

  • @endif @if($lawyer->phone)
  • {{ __('Phone') }}

    {{ $lawyer->phone }}

  • @endif
@endif @if($lawyer->facebook != '' || $lawyer->twitter != '' || $lawyer->linkedin != '' || $lawyer->instagram != '')
@endsection