@extends('layouts.app') @section('title', 'My Profile - Kita Konbini') @section('content') My Profile Manage your account details. @if(session('success')) {{ session('success') }} @endif @if($errors->any()) {{ $errors->first() }} @endif {{-- Avatar --}} {{ $user->name }} {{ $user->matric_id }} {{-- Profile Form --}} @csrf Name * Matric Number / ID * Email * New Password (leave blank to keep current) Confirm New Password Save Changes {{-- Logout --}} @csrf Log Out @endsection
Manage your account details.
{{ $user->matric_id }}