@extends('user.layouts.app') @section('title') @lang('Add Fund') @endsection @section('content')
@foreach($gateways as $key => $gateway)
{{$gateway->name}}
@endforeach
@endsection @push('js') @endpush