@extends('admin.layouts.app') @section('contents')

All Offer Sliders

@forelse($offers as $offer) @if ($offer->is_active) @else @endif @empty @endforelse
No. Title Status
{{ $loop->iteration }} {{ $offer->title }}ActiveInactive
No Pages Found
@endsection