{{ __('There is no data to display') }}
@else| {{ __('Article') }} | {{ __('Active') }} | {{ __('Actions') }} |
|---|---|---|
|
@if ($article->image)
{{ $article->name }}
{{ $article->title }}
{{ $article->description }}
|
@if ($article->active) {{ __('Active') }} @else {{ __('Inactive') }} @endif | @if (auth()->user()->can('update-articles')) {{ __('Edit') }}, {{ $article->name }} @endif @if (auth()->user()->can('delete-articles')) @endif |