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

Featured Ad Settings List

@include('layouts.message')
Featured Ad Settings List
@if(isset($settings) && count($settings)>0) @foreach($settings as $key => $set) @endforeach @else @endif
S.N Module Title Price Duration/day Action
{{$key+1}} {{$set->title}} {{$set->module->title}} ${{$set->price}} {{$set->duration}}/day
No Featured Ad Settings Available!
{!! $settings->links() !!}
@endsection @section('footer-scripts') @endsection