@extends('app.shell') @section('body')
🛒

{{ __('Create a shared checklist, add items, and split checkout costs.') }}

    @foreach ([ 'Add items as you go', 'Record a checkout and split it', 'Settle up with suggested payments', ] as $line)
  • {{ $line }}
  • @endforeach
{{ __('Create a shared list') }}
@endsection