@extends('layouts.app') @section('content')
@php $index = 0; @endphp @foreach($listing->games as $listing) @php $index++; @endphp @endforeach
@include('partials.ads',['id'=> 4])
@endsection