@extends('tickets.layouts.layout') @section('title', 'Complete Your Account - Loyaltiya Tickets') @section('content')

Almost there

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Just a couple more details, {{ $name }}

@if ($needsEmail) We need an email to send your tickets to. @else Add a mobile number in case an organiser needs to reach you. @endif

@csrf @if ($needsEmail)
@endif
@endsection