@extends('layouts.horizontal-developer') @section('content')
# | User | Service | Harga asli | Potongan | Action |
---|---|---|---|---|---|
#{{ $loop->iteration }} | {{ $custom_price->user->email }} ({{ $custom_price->user->name }}) | {{ $custom_price->service->name }} | {{ config('web_config')['CURRENCY_CODE'] }} {{ Numberize::make($custom_price->service->price + $custom_price->service->keuntungan) }} | {{ config('web_config')['CURRENCY_CODE'] }} {{ Numberize::make($custom_price->potongan) }} | |
No data |