@extends('portal.ninja2020.layout.app') @isset($gateway_title) @section('meta_title', $gateway_title) @else @section('meta_title', ctrans('texts.pay_now')) @endisset @push('head') @yield('gateway_head') @endpush @section('body') @livewire('required-client-info', ['fields' => method_exists($gateway, 'getClientRequiredFields') ? $gateway->getClientRequiredFields() : [], 'contact' => auth()->guard('contact')->user(), 'countries' => $countries, 'company' => $company, 'company_gateway_id' => $gateway->company_gateway ? $gateway->company_gateway->id : $gateway->id])
@isset($card_title)

{{ $card_title }}

@endisset @isset($card_description)

{{ $card_description }}

@endisset
@yield('gateway_content')
@if(Request::isSecure()) Secure 256-bit encryption @endif
@endsection @push('footer') @yield('gateway_footer') @endpush