@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)
@csrf
@else
@include('backend.partials.empty', ['class' => 'empty-lg'])
@endif @if ($withdrawalMethods->count() > 0) @push('styles_libs') @endpush @push('scripts_libs') @endpush @endif @endsection