@extends('mobile.layouts.app', ['title' => 'Portal Home']) @section('content')

Welcome, {{ $customerName }}!

Your mobile portal is connected and ready.

Loyalty Points

{{ $loyaltyPoints }}

Features coming soon

@foreach (['Menu', 'Orders', 'Loyalty', 'Profile'] as $item)
{{ $item }}
@endforeach
@csrf
@endsection