@if(count($entries) > 0)
@foreach($entries as $entry)
@if(!empty($entry->input_data))
@if($fields !== false)
| {{ (isset($entry->form->title)) ? $entry->form->title : 'N/A' }} |
@if((isset($fields['from-page']) and strpos($fields['from-page'],'http') !== false))
{{ $title }}
@endif
|
@if(request()->input('only_blocked') != 'yes')
|
|
@endif
{{ localTimeZone('Y-m-d H:i:s', $entry->created_at, 'm-d-Y H:i:s') }} |
Delete
@if(request()->input('only_blocked') == 'yes')
Un Block
@endif
|
@endif
@endif
@endforeach
@endif