@extends('layouts.auth.login') @section('title', 'Login Account') @section('headers') @endsection @section('contents') @csrf Profile Settings Hello, {{ Auth::user()->name }}. You can update your password here. Current Password New password Reset Back Powered by Stores Specialist Inc. @endsection @section('scripts') @endsection