@extends('general.index', $setup)
@section('thead')
{{ __('Name') }} |
{{ __('Contacts') }} |
{{ __('crud.actions') }} |
@endsection
@section('tbody')
@foreach ($setup['items'] as $item)
{{ $item->name }} |
{{ $item->contacts->count() }} |
|
@endforeach
@endsection