@extends('layouts.new_theme') @section('content')

{{ __('Gateway') }}

{{ __('Available Gateways') }}

{{__('Total number of gateways')}}: {{ $gateways->count() }}

@include('common.demo') @include('common.admin') @include('common.errors')

{{ __('Available Gateways') }}

@foreach ($gateways as $gateway) @endif @endforeach
{{ __('Gateway') }} {{ __('Status') }} {{ __('Action') }}
@if ($gateway->name == 'paypal') @elseif ($gateway->name == 'stripe') @elseif ($gateway->name == 'mollie') @elseif ($gateway->name == 'bank_transfer') {{__('Bank Transfer')}} @if ($gateway->status == true) @else @endif {{ __('View and Edit') }}
@endsection