@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@if($ads->count())
@foreach($ads as $ad)
@endforeach
@else

@lang('app.there_is_no_ads')

@endif
{!! $ads->links() !!}
@endsection @section('page-js') @endsection