@extends('panel::layouts.app') @section('body-class', '') @section('title', __('panel/menu.attribute_groups')) @push('header') @endpush @section('page-title-right') @endsection @section('content')
@if ($attributes->count())
@foreach($attributes as $item) @endforeach
{{ __('panel/common.id')}} {{ __('panel/common.name')}} {{ __('panel/common.created_at')}} {{ __('panel/common.actions')}}
{{ $item->id }} {{ $item->translation->name ?? '' }} {{ $item->created_at }}
@csrf @method('DELETE') {{ __('panel/common.delete')}}
{{ $attributes->withQueryString()->links('panel::vendor/pagination/bootstrap-4') }} @else @endif
Click to open the Message Box
@endsection @push('footer') @endpush