@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') لیست پلکانی @endsection {{-- =========== My Css Style =================== --}} @section('style') @endsection {{-- =========== My JavaScript =================== --}} @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')

مدیریت پلکان‌های حق العمل

ایجاد پلکان جدید @forelse ($tiers as $tier) @empty @endforelse
حداقل مبلغ حداکثر مبلغ درصد حق العمل عملیات
{{ number_format($tier->min_amount) }} {{ $tier->max_amount ? number_format($tier->max_amount) : 'به بالا' }} {{ $tier->percentage }}% ویرایش
@csrf @method('DELETE')
هیچ پلکان حق العملی تعریف نشده است.
@include('admin.articles.modal') @endsection