@extends('backend.layouts.backend') @section('styles') @endsection @section( 'main_body')

User Profile

This information will be displayed publicy so be careful what you share.

@csrf
@php $thumbnail = "https://ui-avatars.com/api/?name=" . $user->first_name . "+" . $user->last_name . "&color=4c4e52&background=bdbec1"; if($user->thumbnail) $thumbnail = Storage::disk('public')->url($user->thumbnail); @endphp User

Security

Reset Password
@csrf
@endsection @section('scripts') @endsection