@extends('layout') @section('css') @endsection @section('content')
@if(!$banners->isEmpty()) @php($i = 1) @foreach($banners as $banner) @php($i++) @endforeach @else @endif
No. Index Banner Gambar Coload Link Redirect Action
{{ $i }} {{ $banner->index }} {{ @$banner->coload->nama }} {{ $banner->redirect_link?$banner->redirect_link:'-' }}
Data Kosong
@endsection @section('js') @endsection