{{ __('Feature List') }}
{{ __('#') }} | {{ __('Icon') }} | {{ __('Title') }} | {{ __('Order') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|
{{ $id }} | {{ $feature->title }} | {{ $feature->serial_number }} | @if($feature->status == 1) {{ __('Publish') }} @else {{ __('Unpublish') }} @endif | {{ __('Edit') }} |