@extends('layouts.app') @section('title', 'Bangladesh Unbound - Profile') @section('page-title', 'My Profile') @section('breadcrumb') @endsection @section('content')
{{ $user->email }}
@foreach ($user->roles as $role) {{ formatRoleName($role->name) }}@if (!$loop->last) , @endif @endforeach
@if(!auth()->user()->hasrole('tour_guide'))