@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', ['gateway' => $gateway]) @endsection @push('footer') @yield('gateway_footer') @endpush