@extends('layouts.admin') @section('title') @lang('Payment Gateways') @endsection @section('breadcrumb')

@lang('Payment Gateways')

@lang('Add New')
@endsection @section('content')
@foreach ($gateways as $item)

{{$item->name}}

@endforeach
@endsection