@extends(template().'layout.master2') @section('content2')
@forelse ($gateways as $gateway)
{{ ucwords(str_replace('_',' ',$gateway->gateway_name)) }}
{{ __('Pay Now') }}
@empty {{ __('Not Found') }} @endforelse
@if(isset($type) && $type == 'deposit')
@csrf
{{ __('Deposit Amount') }}
×
{{ __('Amount') }}
@else
@csrf
{{ __('Invest Amount') }}
×
{{ __('Amount') }}
@endif @endsection @push('script') @endpush