@extends('general.index', $setup); @section('thead') {{ __('Name') }} {{ __('Short name') }} {{ __('Actions') }} @endsection @section('tbody') @foreach ($setup['items'] as $item) {{ $item->name }} {{ $item->alias }} $item->id]) }}" class="btn btn-primary btn-sm">{{ __('Edit') }}$item->id]) }}" class="btn btn-danger btn-sm">{{ __('Delete') }} @endforeach @endsection