@extends('layouts.master') @section('title') @lang('translation.settings') @endsection @section('content')
{{ $user->name }}

{{ $user->role }}

Complete Your Profile
30%
@csrf @method('put')
@error('old_password') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
Login History
iPhone 12 Pro

Los Angeles, United States - March 16 at 2:47PM

Apple iPad Pro

Washington, United States - November 06 at 10:43AM

Galaxy S21 Ultra 5G

Conneticut, United States - June 12 at 3:24PM

Dell Inspiron 14

Phoenix, United States - July 26 at 8:10AM

@endsection @section('script') @endsection