@extends('backend.layouts.app-backend') @section('content')

Promote Ads List

@if(count($featureds) < 3)
@endif
@include('layouts.message')
Promote Ads List
@if(isset($featureds) && count($featureds)>0) @foreach($featureds as $featured_ads) @endforeach @else @endif
Image Link Status Action
{{$featured_ads->link}} @if( $featured_ads->status == 1 ) published @else unpublished @endif
No promote ads Available!
{!! $featureds->links() !!}
@endsection @section('footer-scripts') @endsection