{{-- table loader --}}
{{__('admin.loading')}}
{{-- table loader --}} {{-- table content --}} @foreach ($features as $feature) @endforeach
{{__('admin.name')}} {{__('admin.options')}} {{__('admin.control')}}
{{ $feature->name }} {{__('admin.show')}}
{{-- table content --}} {{-- no data found div --}} @if ($features->count() == 0)
{{__('admin.there_are_no_matches_matching')}}
@endif {{-- no data found div --}}
{{-- pagination links div --}} @if ($features->count() > 0 && $features instanceof \Illuminate\Pagination\AbstractPaginator )
{{$features->links()}}
@endif {{-- pagination links div --}}