@extends('layouts.shared.login') @section('title', 'Select Store') @section('contents') @csrf Welcome! {{ Auth::user()->fname }} Choose the store you wish to log into! Select Store @forelse ($storeGroup as $store) ({{ $store->store_id }}) {{ ucwords(strtolower($store->description)) }} @empty @endforelse Confirm @endsection @section('scripts') @endsection