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