@extends('admin.layouts.master') @section('title',__('Gateway')) @section('content')

{{__('Gateway List')}}

@foreach($gateways as $k=>$gateway)
@lang('SL') @lang('Gateway') @lang('Status') @lang('Action')
{{ ++$k }} {{$gateway->name}} @if($gateway->status == 1) @lang('Active') @else @lang('Inactive') @endif
@endsection