Account Update Confirmation

Dear {{ $user->name }},

Your account details have been successfully updated.

Account Information

Name {{ $user->name }}
Email {{ $user->email }}
Phone {{ $user->phone }}
Account Type {{ $user->role_id == 5 ? 'Customer' : 'Admin/Staff' }}
@if(!empty($userMeta))

Business Information

@foreach($userMeta as $meta) @if($meta['option'] == '_b_name') @endif @if($meta['option'] == '_b_email') @endif @if($meta['option'] == '_b_number') @endif @if($meta['option'] == '_b_street_address') @endif @if($meta['option'] == '_b_area_address') @endif @endforeach
Business Name {{ $meta['value'] }}
Business Email {{ $meta['value'] }}
Business Phone {{ $meta['value'] }}
Street Address {{ $meta['value'] }}
Area Address {{ $meta['value'] }}
@endif

If you have any questions or need assistance, please don't hesitate to contact us.

Thank you for choosing Sydney Quality Meats!