@extends('layouts.master')
@section('page_title', 'Reports / Sync Report')
@section('title', 'Reports / Sync Report')
@section('main_item', 'Reports')
@section('sub_item', 'Reports / Sync Report')
@section('content')
| Ad Name |
Created At |
Total Logs |
Action |
@foreach ($logs as $log)
| {{ $log->ad_name }} |
{{ \Carbon\Carbon::parse($log->created_at)->format('Y-m-d') }} |
{{ $log->total_logs }} |
|
@endforeach
Ad Name:
Created At:
Total Logs:
Name:
Address:
Mobile 1:
Mobile 2:
Campain ID:
Ad ID:
@section('scripts')
@endsection
@endsection