@extends("web.layouts.master") @section("content")
Pick a location
@foreach ($locations as $key => $location)

{{ $location->name }}

{{ $location->address }}

@endforeach

Want to reschedule ?


  1. Rescheduling can be done only a maximum of 1x. More than 1x is considered forfeited.
  2. Rescheduling can be done no later than H-1 according to the schedule that is still available.
  3. Reschedule cannot be moved to another branch.
  4. Tickets that have been purchased cannot be canceled (non-refundable).
Find Ticket

or

Contact Us
@include("web.components.modal-with-loading-icon", [ "modalIndex" => 0 ]) @include("web.components.cancelable-notification-modal", [ "modalIndex" => 1 ]) @endsection @push("stackJs") @endpush