@extends('layouts.app') @section('title', 'Profile') @section('content')
@csrf @method('PATCH')
user-avatar
Allowed JPG, GIF or PNG. Max size of 800K
@error('role_id')
{{ $message }}
@enderror
Cancel
Change Password
@csrf @method('PUT')
Cancel
@endsection @push('scripts') @vite('resources/js/profile/script.js') @endpush