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