@extends('base.base') @section('base')

Client Log List

Log Type: Date: Channel:
   Clear
@foreach($list as $k=>$v) @endforeach
ID Log Type UserID Channel Campaign ID Ad ID Pixel Pixel ID Log Date Created At
{{ $v->id }} {{ $v->log_type }} {{ $v->userID ?? '-' }} {{ $v->Channel ?? '-' }} {{ $v->campaign_id ?? '-' }} {{ $v->ad_id ?? '-' }} {{ $v->pixel ?? '-' }} {{ $v->pixelID ?? '-' }} {{ $v->log_date }} {{ $v->created_at }}
@endsection