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