@extends('tickets.layouts.public') @section('title', $customer->name . ' - Loyaltiya Tickets') @section('content')
{{ $customer->name }}

{{ $customer->name }} @if (! $customer->is_guest) @endif

{{ $customer->email }}

{{ $orders->count() }} {{ \Illuminate\Support\Str::plural('event', $orders->count()) }} attended · Member since {{ $customer->created_at->format('M Y') }}

@if ($customer->phone)

{{ $customer->phone }}

@endif @unless ($customer->is_guest) @endunless
@endsection