@extends('backend.layouts.form') @section('section', admin_trans('Earnings')) @section('title', admin_trans('Withdrawal Methods')) @section('container', 'container-max-lg') @section('link', route('admin.earnings.withdrawal-methods.create')) @if ($withdrawalMethods->count() == 0) @section('btn_action', 'disabled') @endif @section('content') @if ($withdrawalMethods->count() > 0)