@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.
Powered by Stores Specialist Inc.
@endsection @section('scripts') @endsection