@extends('layouts.payment') @section('title') @lang('Payment Checkout') @endsection @section('content')
@csrf
Payment To {{$payment->merchant->business_name}}
Amount {{$payment->currency->symbol.amount($payment->amount,$payment->currency->type,2)}}
Details : {{Str::limit($payment->details,30, '...')}}
@lang('Payment Confirm') @lang('Cancel Payment')
@endsection