@extends('layouts.app') @section('title', 'Add Outlet - Tiqkets') @section('page-title', 'Add New Outlet') @section('content')
Outlet Information
@csrf
@error('outlet_name')
{{ $message }}
@enderror
@error('shop_number')
{{ $message }}
@enderror
@error('outlet_contact_name')
{{ $message }}
@enderror
@error('outlet_contact_phone')
{{ $message }}
@enderror
@error('outlet_contact_email')
{{ $message }}
@enderror
Cancel
Information
Outlet Setup

Create a new outlet for your food court. Each outlet can have multiple staff members and manage their own orders.

Required Fields
  • Outlet Name (min. 3 characters)
  • Contact Person Name
  • 10-digit Phone Number
  • Valid Email Address
@endsection