@extends('layouts.app')
@section('content')
@include('layouts.navigation')
@foreach($data as $key => $value)
| {{ $key + 1 }} |
 }}) |
{{ ucfirst($value->banner_for) }} |
{{ $value->status == 1 ? "Active" : "In-active" }}
|
|
@endforeach
{{-- Scripts --}}
@endsection