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