@extends('layout.app') @section('content')
@foreach ($gateway as $item) @endforeach
Name API Key Sender Url Balance Url Status Action
{{ $item->username }} {{ $item->apikey }} {{ $item->sender }} {{ $item->url }} {{ $item->balance_url }} {{ $item->status }} Edit
@endsection