@extends('layout.app') @section('content')

{{__("Edit Profile")}}

@csrf
@if(auth()->user()->user_role=='Admin')

{{__("Change Admin Password")}}

@csrf
@endif
@endsection