@extends('admin.layouts.app') @section('panel')
@if (gs('ads_module'))
@endif
@if (!gs('ads_module'))
@endif @if(gs('ads_module'))
@endif

@lang('Report for Impressions & Click')

 
@lang('Advertiser Information')
@if ($user->advertiser_data)
    @foreach ($user->advertiser_data as $val) @continue(!$val->value)
  • {{ __($val->name) }} @if ($val->type == 'checkbox') {{ implode(',', $val->value) }} @elseif($val->type == 'file') @if ($val->value) @lang('Attachment') @else @lang('No File') @endif @else

    {{ __($val->value) }}

    @endif
  • @endforeach
@else
@lang('Data not found')
@endif @if ($user->advertiser_status == Status::ADVERTISER_REJECTED)
@lang('Rejection Reason')

{{ $user->advertiser_rejection_reason }}

@endif @if ($user->advertiser_status == Status::ADVERTISER_PENDING)
@endif
@endsection @push('breadcrumb-plugins') @lang('Login as Advertiser') @endpush @push('script-lib') @endpush @push('style-lib') @endpush @push('script') @endpush