@extends('layouts.master') @section('content')
 
@if ($errors->any()) @endif @foreach(['danger','warning','success','info'] as $msg) @if(Session::has('alert-'.$msg)) @endif @endforeach
@csrf
@if(is_null(Auth::user()->avatar) || Auth::user()->avatar == "") {{ getinitial(ucwords(strtolower(Auth::user()->name))) }} @else @endif Ganti Avatar

{{ ucwords(strtolower(trim($user->name))) }}

@foreach($rolenames as $rolename) {{ ucwords(strtolower(trim($rolename))) }} @endforeach



 
@endsection @push('scripts') @endpush