@extends('backend.layouts.app') @section('content') This is only for Developer Purpose, Please do not create from yourself.

All Feature List

@if($listTools->count()) @foreach ($listTools as $key => $attribute) @endforeach @else @endif
S.No. {{ translate('Name') }} {{ translate('Type') }} {{ translate('Status') }} {{ translate('Feature Type') }}
{{ $key + 1 + ($listTools->currentPage() - 1) * $listTools->perPage() }} {{ $attribute->name }} {{ ucfirst($attribute->type) }} {{ ucfirst($attribute->status) }} {{ ucfirst($attribute->feature_type) }}
{{ translate('No features found') }}
Total Feature List: {{ $listTools->total() }}
{{ $listTools->appends(request()->input())->links() }}
@endsection @section('modal') @endsection @section('script') @endsection