@extends('backend.layouts.app') @section('title') {{ __('profile') }} @endsection @section('breadcrumbs')

{{ __('profile') }}

@endsection @section('content')
{{ __('user_profile_picture') }}

{{ $user->name }}

@foreach (auth()->user()->getRoleNames() as $role) ({{ ucwords($role) }}) @endforeach

@endsection @section('style') @endsection