@extends('layouts.shared.login') @section('title', 'Select Store') @section('contents')
Sample image
@csrf

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

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