@extends('layouts.back-end.app') @section('title', \App\CPU\translate('Attribute')) @push('css_or_js') @endpush @section('content')
{{ \App\CPU\translate('Add')}} {{ \App\CPU\translate('new')}} {{ \App\CPU\translate('Attribute')}}
@csrf @php($language=\App\Model\BusinessSetting::where('type','pnc_language')->first()) @php($language = $language->value ?? null) @php($default_lang = 'en') @php($default_lang = json_decode($language)[0]) @foreach(json_decode($language) as $lang)
@endforeach
{{ \App\CPU\translate('Attribute')}} {{ \App\CPU\translate('Table')}} ({{ $attributes->total() }})
@foreach($attributes as $key=>$attribute) @endforeach
{{ \App\CPU\translate('SL#')}} {{ \App\CPU\translate('Name')}} {{ \App\CPU\translate('Action')}}
{{$attributes->firstItem()+$key}} {{$attribute['name']}}
@if(count($attributes)==0)
Image Description

{{ \App\CPU\translate('No_data_to_show')}}

@endif
@endsection @push('script') @endpush