{{ __('Others') }}

@foreach($others as $other) @endforeach
{{ __('Name') }} {{ __('Active') }} {{ __('Action') }}
{!! $other->description !!} @if($other->visibility) @else @endif
@method('DELETE') @csrf
{{ $others->links() }}