@extends('layouts.master') @section('css') @endsection @section('content')

Banners ({{ $banners->total() }})

@if (count($banners) > 0) @php $i = $banners->perPage() * ($banners->currentPage() - 1) + 1; @endphp @foreach ($banners as $banner) @endforeach @else @endif
Sr. No Image Index Status Action
{{ $i++ }} @if ($banner->image) @endif {{ $banner->index }}
No Data Found
{{ $banners->appends(Request::all())->links() }}
@endsection @section('js') @endsection