• {{ __('Admin') }}
  • {{ __('Attendees Orders') }}
  • Attendees Orders

    @foreach ($attendees_orders as $attendees_order) @endforeach
    Badge ID Order ID Name City/Group Affliation
    View Badge {{$attendees_order->id}} View Order {{$attendees_order->order_id}} {{$attendees_order->tag_line_1}} {{$attendees_order->tag_line_2}} {{$attendees_order->affiliation_type->name}}
    {{-- {{$attendees_orders->links()}} --}}