@extends('app_admin') @section('title', $title.' | Luxury Concierge') @section('content')
{{ $directory->agent->position }}
@endif@if($directory->agent->phone) {{ phone_number($directory->agent->phone) }} @endif @if($directory->agent->phone && $directory->agent->mobile_phone) / @endif @if($directory->agent->mobile_phone) {{ phone_number($directory->agent->mobile_phone) }} @endif @if($directory->agent->mobile_phone && $directory->agent->ext) / @endif @if($directory->agent->ext) {{ phone_number($directory->agent->ext) }} @endif
{{ $directory->agent->email }} @if($directory->agent->alternative_email) {{ ' / ' }}{{ $directory->agent->alternative_email }} @endif