{{ $bikes['brand']['name'].' '.$bikes['name'] }}

Renegade Commando
{{--

Any 5 tickets 20% off     Any 10 tickets 40% off

--}}
{{--

Ticket Price {{ setPrice($bikes['ticket_price']) }}

--}}

Ticket Price 00.00 FREE ENTRY! This launch promotion ends November 10th

FREE launch promotion - more bikes coming soon.

@if(count($bikes['bike_image']) > 0) @endif

REVIEW

@php echo $bikes['review']; @endphp

Tech spec first

Suspension @php echo nl2br($bikes['suspension']); @endphp
Tyres @php echo nl2br($bikes['tyres']); @endphp
Brakes @php echo nl2br($bikes['brakes']); @endphp
Dimensions @php echo nl2br($bikes['dimensions']); @endphp
Fuel Tank {{ $bikes['fuel_tank'] }}

The engine

@php echo $bikes['engine']; @endphp
Type: {{ $bikes['engine_type'] }}
Displacement: {{ $bikes['displacement'] }}
Bore & Stroke: {{ $bikes['bore_stroke'] }}
Maximum Power (PS/RPM): {{ $bikes['power'] }}
Maximum Torque (NM/RPM): {{ $bikes['torque'] }}
Gearbox: {{ $bikes['gearbox'] }}
Final Drive: {{ $bikes['final_drive'] }}
{{-- --}}
@if(Auth::user()) PROCEED TO PLAY » @else PROCEED TO PLAY » @endif
@if(count($bikes['bike_features']) > 0)

The features (the little extras)!

@foreach($bikes['bike_features'] as $br => $bike_features)

{{ $bike_features['title'] }}

@php echo $bike_features['details']; @endphp
@endforeach
@endif
@stack('scripts')