@foreach($questions as $key=> $row) @if($row->id != '15')
@endif {{ $row->name }} {{ \Carbon\Carbon::parse($row->created_at)->format('Y/m/d') }} @if($row->deleted_at) {{ __('dashboard.restore') }} {{ __('dashboard.delete') }} @else {{ __('dashboard.edit') }} {{ __('dashboard.trash') }} @endif @endforeach @if( count( $questions ) && $questions->hasPages() ) {{ $questions->links() }} @endif