@extends('layouts.auth.login') @section('title', 'Login Account') @section('headers') @endsection @section('contents')
Sample image
@csrf

Welcome! {{ Auth::user()->fname }}

Choose the store you wish to log into!
@endsection @section('scripts') @endsection