@extends('admin.layouts.app') @section('title') {{ __('profile') }} @endsection @section('breadcrumbs')
@foreach (Auth::user()->getRoleNames() as $role) ( {{ ucwords($role) }} ) @endforeach