@extends('layouts.app') @section('content')

{{ trans('lang.master_attribute_plural') }}

@foreach ($attributes as $attr) @endforeach
@csrf
{{ trans('lang.image') }} {{ trans('lang.name') }} {{ trans('lang.description') }} {{ trans('lang.type') }} {{ trans('lang.actions') }}
{{ $attr->name }} {{ $attr->description }} {{ $attr->type }}
@csrf @method('DELETE')
@endsection @section('scripts') @endsection @section('scripts') @endsection @section('scripts') @endsection