@extends($theme.'frontend.layouts.master') @section('title', __('Payment Methods')) @section('content')
@foreach($gateways as $gate)
img

{{__($gate->name)}}

{{__('Withdraw Now')}}
@endforeach
@endsection