@extends('admin.layout.index') {{-- =========== meta Title =================== --}} @section('title') تنظیمات پنل نمایندگان @endsection @section('style') @endsection @section('script') @endsection {{-- =========== CONTENT =================== --}} @section('content')
@csrf
@error('commission')

{{ $message }}

@enderror
@error('order_discount_percent')

{{ $message }}

@enderror
@error('price_deal_cheque')

{{ $message }}

@enderror
@endsection