@extends('layouts.new_theme') @section('content')
{{__('Total number of gateways')}}: {{ $gateways->count() }}
| {{ __('Gateway') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|
|
@if ($gateway->name == 'paypal')
|
@endif
@if ($gateway->status == true) @else @endif | {{ __('View and Edit') }} |