@extends('owner.layouts.master') @section('content')
| @lang('admin.Name') | @lang('admin.Country') | @lang('admin.Office') | @lang('admin.Job Role') | ||
|---|---|---|---|---|---|
| {{ $customer->first_name.' '.$customer->last_name }} | {{$customer->profile->country->name}} | @if(isset($customer->profile->location)){{$customer->profile->location->name}} | @elseLocation Not Set | @endif @if(isset($customer->profile->job_role)){{$customer->profile->job_role->name}} | @elsejob_role Not Set | @endif