@extends('layouts.payment') @section('title') @lang('Payment Checkout') @endsection @section('content')
@csrf

{{$payment->merchant->business_name}}

{{$payment->currency->symbol.amount($payment->amount,$payment->currency->type,2)}}

@lang('Guest Payment')
@lang('OR')
@lang('Create Account') @lang('Cancel Payment')
@endsection