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