@extends('layouts.master') @section('bodyclass') @endsection @section('content')
Loading...
Loading...
Loading...
@forelse($posts as $key => $post) @include('public.post') @if (!empty($setting->between_ads)) @if( ($key + 1) % 9 == 0 )
{!! $setting->between_ads !!}
@endif @endif @empty
@lang('messages.nopost')
@endforelse
@endsection @section('extra')

{{ $posts->links() }}
@endsection