PATH:
home
/
lab2454c
/
costbloc.com
/
Modules
/
DirectBankTransfer
/
Resources
/
views
@extends('gateway::layouts.payment') @section('logo', asset(config('directbanktransfer.logo'))) @section('gateway', config('directbanktransfer.name')) @section('content') <div class="straight-line"></div> <div class="col-md-12"> <h3 class="text-center my-4">{{ __('Direct Bank Transfer') }}</h3> @include('gateway::partial.instruction') </div> <div class="col-md-12 p-4 payment-box align-center mt-2"> <form action="{{ route('gateway.complete', withOldQueryIntegrity(['gateway' => config('directbanktransfer.alias')])) }}" method="post" id="payment-form"> @csrf <button type="submit" class="pay-button sub-btn"> <span>{{ __('Confirm') }} </button> </form> </div> @endsection @section('css') @endsection
[+]
..
[-] pay.blade.php
[edit]