@extends('layouts.app') @section('title', 'Outlet Management - Tiqkets') @section('page-title', 'Outlet Management') @section('header-action') @if(!$outlets->isEmpty()) @endif @endsection @section('content') @if (session('success'))
Add your first outlet with contact details and start managing your food court operations.
| Shop No. | Outlet Name | Contact Details | No. of Users | Last Updated | Manage QR | |
|---|---|---|---|---|---|---|
| {{ $outlet->shop_number ?? '-' }} |
{{ $outlet->outlet_name }}
|
{{ $outlet->outlet_contact_name }}
{{ $outlet->outlet_contact_phone }} {{ $outlet->outlet_contact_email }}
|
{{ $outlet->users_count }} |
{{ $outlet->updated_at->format('d M, Y \a\t g:i A') }}
|