@extends('layouts.app') {{-- Or your main app layout --}} @section('title', __('Deposit Funds with Authorize.Net')) @section('content')
{{ __('Amount to Deposit:') }} {{ setting('currency_symbol', '$') }}{{ number_format($amount, 2) }}