@extends('backend.layouts.form') @section('section', admin_trans('Premium')) @section('title', admin_trans('Payment Gateways')) @section('container', 'container-max-lg') @if ($paymentGateways->count() == 0) @section('btn_action', 'disabled') @endif @section('content') @if ($paymentGateways->count() > 0)