Create Bulk Reports

Add bulk reports for websites for selected date. Click create when you're done.

@if (session('status')) @endif @error('date') @enderror
@csrf
@foreach ($websites as $index => $website) @endforeach
No. Websites Impressions Clicks ECPM $ Earnings
{{ $index + 1 }} @if ($errors->has("impressions.$index")) {{ $errors->first("impressions.$index") }} @endif @if ($errors->has("clicks.$index")) {{ $errors->first("clicks.$index") }} @endif @if ($errors->has("ecpm.$index")) {{ $errors->first("ecpm.$index") }} @endif @if ($errors->has("earnings.$index")) {{ $errors->first("earnings.$index") }} @endif