MY ACCOUNT
@include('includes.main.top-header')
Name : |
{{$user->name}} |
Country : |
|
City : |
{{$user->city}} |
Address : |
{{$user->address}} |
Date of Birth : |
@if ($user->dob != ''){{date("d M Y", strtotime($user->dob))}}@endif |
E- Mail : |
{{$user->email}} |
Phone: |
{{$user->phone}} |
Company details* : |
{{$user->company_details}} |
Notifications: |
{!! Form::select('notification',['1' => 'Yes', '0' => 'No'],$user->notification, ['class' => 'form-control', 'id' => 'notification_select']) !!}
|
|
{{$user->name}}
{{$user->email}}
{{$user->phone}}
Address
{{$user->address}}
City
{{$user->city}}
Country
{{$user->country}}
Date of Birth
@if ($user->dob != ''){{date("d M Y", strtotime($user->dob))}}@endif
Company details*
{{$user->company_details}}