@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('features.create') Add Feature @endadminCan
@if(count($features)) @foreach ($features as $feature) @endforeach @else @endif
Ref Name Created At Actions
{{ $loop->iteration }} {{ $feature->name }} {{ $feature->getCreatedAt() }} Actions
no data found
{{ $features->links() }}
@endsection