@extends('admin.layout.admin_layout') @section('content')

Banner

@include('admin.layout.message')

Banner

Add {{-- Add--}}

@if(!empty($banners)) @foreach($banners as $banner) @endforeach @endif
Sl.No. Image Title Description Status Action
{{$i}} {{$banner['title']}} {{$banner['description']}} @if($banner->status == 'Active')   @else   @endif
Sl.No. Image Title Description Status Action
@endsection @push('scripts')