@include('modals.superAdmin.setting.splash_banner.addsplash_banner') @include('modals.superAdmin.setting.splash_banner.editsplash_banner') @include('modals.superAdmin.setting.splash_banner.viewsplash_banner')
@if (count($splash_banners) > 0) @foreach ($splash_banners as $key => $splash_banner) @endforeach @else @endif
S.No Title Status Action
{{ $splash_banners->firstitem() + $key }} {{ $splash_banner->title }}
status == 1 ? 'checked' : '' }} type="checkbox" role="switch" id="{{ $splash_banner->id }}" wire:click="updateStatus($event.target.checked,'{{ $splash_banner->id }}')">
 

No Record Found

@if ($splash_banners) {{ $splash_banners->links('vendor.livewire.bootstrap') }} @endif