@extends('layouts.app') @section('content')
@php $counter = 1 @endphp @if (!$holderList->isEmpty()) @foreach ($holderList as $list) @endforeach @else @endif
No. Holder Total Asset View Assets
{{ $counter++ }} {{ $list->holder }} {{ $list->count }} View
No Data Found
@endsection