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