@extends(template() . 'layout.master2') @section('content2')
@forelse ($gateways as $gateway)
Lights

{{ ucwords(str_replace('_', ' ', $gateway->gateway_name)) }}

@empty {{ __('Not Found') }} @endforelse
@if (isset($type) && $type == 'deposit') @else @endif @endsection @push('script') @endpush