@extends('layouts.super_admin.app') @section('styles') @endsection @section('content')
@foreach($attributes as $attribute) @endforeach
{{ __('global.id') }} {{ __('global.name') }} {{ __('global.type') }} {{ __('global.actions') }}
{{ $attribute->id }} {{ unserialize($attribute->title)[app()->getLocale()] }} {{ $attribute->type }} {{ __('global.edit') }} {{ __('global.delete') }}
{{ $attributes->links() }}
@endsection @section('scripts') @endsection