@extends($activeTemplate . 'layouts.master') @section('content')
@csrf

{{ __($pageTitle) }}

@php $priceBoth = gs('per_click_spent') + gs('per_impression_spent'); @endphp
@lang('Summary')
@lang('Impressions') 1 = {{ gs('cur_sym') }}{{ showAmount(gs('per_impression_spent'), currencyFormat: false) }} 0 x {{ gs('cur_sym') }}{{ showAmount(gs('per_impression_spent'), currencyFormat: false) }}
@lang('Click') 1 = {{ gs('cur_sym') }}{{ showAmount(gs('per_click_spent'), currencyFormat: false) }} 0 x {{ gs('cur_sym') }}{{ showAmount(gs('per_click_spent'), currencyFormat: false) }}
@lang('Total') {{ gs('cur_sym') }}0
@endsection @push('style') @endpush @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush