@extends("admin.template.layout") @section('header') @stop @section('content')
Create Attribute
@csrf

@if (count($list) > 0) @foreach ($list as $item) @endforeach @else @endif
Attribute ID Name Status Is Active Created Date Action
{{ $i }} {{ $item->attribute_name }} {{$item->attribute_status ? 'Active' :'Inactive'}} {{ get_date_in_timezone($item->created_date, config('global.datetime_format')) }}

No products found

{!! $list->links('admin.template.pagination') !!}
@stop @section('script') @stop