@extends('layouts.app', ['activePage' => 'listAttribute', 'titlePage' => __('Attribute List')]) @section('content')


{{ __('Attributes') }}

@if(!empty($listAttribute)) @endif
@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@foreach ($listAttribute as $key=>$user) @endforeach
{{ __('#') }} {{ __('Attribute Name') }} {{ __('Action') }}
{{ $key+1}} {{ $user->attribute_name}} close
@endsection @push('js') @endpush