@extends('layouts.master')
@section('title',trans('gateways'))
@section('header')
@endsection
@section('main')
{{trans('gateways')}}
{{trans('create gateway')}}
@foreach($gateways as $gateway)
{{trans('id')}}
{{trans('title')}}
{{trans('api token')}}
{{trans('website')}}
{{trans('ip')}}
{{trans('active')}}
{{trans('created at')}}
{{trans('currencies')}}
{{trans('action')}}
@endforeach
#{{$gateway->id}}
{{$gateway->title}}
{{str_pad(Str::limit($gateway->api_token,10,""),20,'****',STR_PAD_RIGHT)}}
{{$gateway->site}}
{{$gateway->ip}}
{{$gateway->active}}
{{$gateway->created_at}}
@foreach($currencies as $currency)