@extends('cashier::layouts.checkout') @section('content') {{ trans('cashier::messages.paystack') }}
{!! trans('cashier::messages.paystack.click_bellow_to_pay', [ 'price' => $invoice->formattedTotal(), ]) !!}