@extends('layouts.app') @section('content')
{{-- table index start --}}
@php $counter = 1 @endphp @if (!$holders->isEmpty()) @foreach ($holders as $holder) @endforeach @else @endif
No. Type Name Created by Created at Action
{{ $counter++ }} {{$options['user-type'][$holder->type]}} @if ($holder->type == 1) {{ $holder->userHolder->name }} @else {{ $holder->name }} @endif {{ $holder->user->name }} {{ $holder->created_at }}
No Data Found
{{-- table index end --}}
@endsection