{{ $error}}
@endforeach{{ __("Do you really want to delete these records? This process cannot be undone.")}}
{{ __('Id') }} | {{ __('Image') }} | {{ __('Name') }} | {{ __('Detail') }} | {{ __('Number') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ filter_var($key+1) }} | {{$fact->title}} | {{$fact->description}} | {{$fact->number}} | @if( $fact->status == 1) @else @endif |
@can('front-settings.factsetting.edit')
{{ __("Edit")}}
@endcan
@can('front-settings.factsetting.delete')
{{ __("Delete")}}
@endcan
|