@extends('layouts.admin.app') @section('title', translate('messages.zone_settings')) @section('content')
@csrf
increased_delivery_fee_status == 1) ? ' ' : 'readonly' }}>
{{-- --}}
increased_delivery_fee_status == 1) ? ' ' : 'readonly' }}>
{{ translate('messages.incentive') }}
@foreach ($zone->incentives as $incentive) @endforeach @csrf
{{ translate('messages.earning') }} {{ translate('messages.incentive') }} {{ translate('messages.action') }}
{{ \App\CentralLogics\Helpers::format_currency($incentive->earning) }} {{ \App\CentralLogics\Helpers::format_currency($incentive->incentive) }}
@csrf @method('delete')
@endsection @push('script_2') @endpush