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