@extends('layouts.app') @section('content') @push('title') {{$title}} @endpush
{{ __('SL') }} |
{{ __('Image') }} |
{{ __('Title') }} |
{{ __('Slug') }} |
{{ __('Status') }} |
{{ __('Mode') }} |
{{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $loop->iteration }} |
|
{{ $gateway->title }} | {{ $gateway->slug }} |
@if ($gateway->status == ACTIVE)
{{ __('Active') }}
@else
{{ __('Deactivate') }}
@endif
|
@if ($gateway->mode == GATEWAY_MODE_LIVE)
{{ __('Live') }}
@elseif($gateway->slug != 'bank')
{{ __('Sandbox') }}
@endif
|