@extends('layouts.master') @section('contain')

Banner Management

{{-- --}}
{{-- --}} {{-- --}} {{-- --}} @php $num = 1; @endphp @foreach ($bannerData as $banner)
Warning: Undefined variable $banner in /home/demodevwork/public_html/4reels_admin_022024/resources/views/Banners/BannerList.blade.php on line 47

Warning: Attempt to read property "media" on null in /home/demodevwork/public_html/4reels_admin_022024/resources/views/Banners/BannerList.blade.php on line 47
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach
S.No TilteSlugTypeMediaDescriptionAction
{{ $num++}} {{ $banner->title??'' }}{{ $banner->type??'' }}{{ $banner->slug??'' }}{{ $banner->type??'' }} {{-- {{ dd(in_array($extention, $arrVideoExtensions))}} --}} {{-- // check image file --}} {{-- @if (in_array($extention, $arrImgExtensions)) --}} {{--dd("image")--}} media : null) }}" target="_blank"> media : null }}" alt="Not Available" width="50px" class="img-circle"> {{-- // check video file --}} {{-- @elseif (in_array($extention, $arrVideoExtensions)) --}} {{--dd("video") --}} {{-- media : null) }}" target="_blank"> @else --}} {{-- {{'NA'}} --}} {{--dd("unknown extenstion '" . $extention . "'")--}} {{-- @endif --}} {{ $banner->media }}{!! $banner->description !!} {{-- --}} {{-- --}}
@csrf @method('DELETE')
@endsection