@extends('layouts.app') @section('content')
Multi-gate support

Entry gates

Create gates now, add more entrances later without changing ticket flow.

Add gate

@csrf

Gate list

@foreach($gates as $gate)@endforeach
NameLocationStatus
{{ $gate->name }}{{ $gate->location ?: '-' }}{{ $gate->is_active ? 'ACTIVE' : 'INACTIVE' }}
@csrf
{{ $gates->links() }}
@endsection