@extends('layouts.parent.app') @section('content')
@include('parent.page_header')

{{trans('parent.confirm_pay')}}

{{--
{{trans('parent.pay_damount')}}

{{trans('parent.to_activate_pay_damount')}}

kr. {{$helper->price($amountData->other_payable)}}

--}}
@endsection @php $url=config('nets.NETS_CHECKOUT_URL'); @endphp @section('script') @endsection