@extends('layouts.dashboard') @section('content')
Profile

{{auth()->user()->name}}

{{auth()->user()->email}}

Full Name
{{auth()->user()->name}}
Company
{{$exhibitor->profile ? $exhibitor->profile->company_name : '-'}}
Address
{{$exhibitor->profile ? $exhibitor->profile->address : '-'}}
State
{{$exhibitor->profile ? $exhibitor->profile->state : '-'}}
City
{{$exhibitor->profile ? $exhibitor->profile->city : '-'}}
Pin
{{$exhibitor->profile ? $exhibitor->profile->pin : '-'}}
Mobile
{{$exhibitor->profile ? $exhibitor->profile->mobile : '-'}}
Profile
@endsection