@extends('admin.layouts.app') @section('content') @include('admin.layouts.partial.toolbar', ['breadcrumb' => 'Edit Client Price']);

Edit Client Price

special_service == 1) checked @endif>
-
-
-
-
dropship_return == 1) checked @endif>
service_fee == 1) checked @endif>

Add Services

@if ($client_price) @foreach ($client_price->clientServices as $service) @php($index = $loop->iteration)
@foreach ($service->service->activeSubServices as $key => $sub_ser) @php($sub = getArrayByColumn($service->sub_services, 'id', $sub_ser->id))
@endforeach
enable_threshold) checked @endif>
@foreach ($thresholds as $key => $threshold)
@endforeach
enable_calc_measurement) checked @endif>
@endforeach @endif
Close
@endsection @push('scripts') @endpush