@extends('layouts.app') @section('styles') @endsection @section('content')
User Avatar

{{ $user->name }}

@if (Auth::user()->hasRole('admin')) @elseif (Auth::user()->hasRole('regioadmin')) @elseif (Auth::user()->hasRole('orgadmin')) @elseif (Auth::user()->hasRole('facilitator')) @endif
{{ __('Account Information') }}
{{ csrf_field() }} {{ method_field('PATCH') }}
@if ($pwerror!==null)
{{ $pwerror }}
@endif
@if ($pwsuccess!==null)
{{ $pwsuccess }}
@endif

@endsection @push('scripts') @endpush