@extends('crudbooster::admin_template') @section('content')
| Property Title | User | Contact | Reported Count | Flag on | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $row->ad_title }} | {{ $row->first_name }} {{ $row->last_name }} | {{ $row->email }} | {{ $row->contact_number }} | {{ $row->property_count }} | {{ date('F jS, Y', strtotime($row->created_at)) }} | @if ($row->approve_disapprove == '1' && $row->ads_removed != 1) Approve @elseif($row->approve_disapprove == '0') Ads Removed @endif | View Details |
{!! urldecode(str_replace('/?', '?', $result->appends(Request::all())->render())) !!}
@endsection