@push('styles') @endpush
@php $campaignStatus = array("DRAFT","SUBMITTED_FOR_REVIEW","IN_REVIEW","UPDATE_REQUESTED_BY_INTERNAL_REVIEWER","APPROVED_BY_INTERNAL_REVIEWER","SUBMITTED","UPDATE_REQUESTED_BY_CARRIERS", "REGISTERED","REJECTED","ON_HOLD","DEREGISTERED","REGISTERED_PENDING_UPDATE","REGISTERED_PENDING_DEREGISTRATION","ARCHIVED"); @endphp
Clear Actions
@if($rows->count() > 0) @foreach($rows as $row) @php $valid_url = parse_url($row->user_url); @endphp @endforeach @else @endif
Phone Name brand status campaign status vet status status Brand Re-Submit Campaign Re-Submit created at Action
{{($row->phone)?$row->phone:'-'}}
{{$row->u_name}}{{$row->email}}
@if($row->brand_status) {{$row->brand_status}} @else - @endif @if($row->campaign_status) {{$row->campaign_status}} @else - @endif @if($row->vet_status) {{$row->vet_status}} @else - @endif @if($row->st_name) {{$row->st_name}} @else - @endif @if($auth_user->email == 'dg@textdrip.com') @if($row->status == 11 || $row->status == 21 || $row->status == 12 || $row->status == 22) @elseif($row->status == 33 || $row->status == 31) Review @endif @else - @endif @if(in_array($row->status, [61,62,63,64,71,72,73,51,52,53])) @else - @endif {{ formatDate($row->created_at, 'dt','default') }} Actions
No data found.
@if($rows && $rows->count()) {!! $rows->appends(request()->input())->links() !!} @endif
@push('scripts') @endpush