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

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

@endforeach
@endsection