@extends('layouts.frontend') @section('content')
@if(isset($posts)) @php $count = 0; @endphp @foreach($posts as $post) @php $count++; @endphp
@if (Auth::check()) {{-- --}} @else {{-- --}} @endif
@endforeach
@endif @if($count < 1)

No Premium Banner Found!

@endif
@endsection @section("js_after") @endsection