@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('feature_options.create') Add Option @endadminCan
@if(count($featureOptions)) @foreach ($featureOptions as $option) @endforeach @else @endif
Icon Name Feature Actions
{{ $option->name }} {{ $option->feature->name }} Actions
no data found
{{ $featureOptions->links() }}
@endsection