@extends('layouts.horizontal-developer') @section('content')

CUSTOM PRICE

Daftar harga spesial

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success')) @endif @if(session('danger')) @endif
@foreach($custom_prices as $custom_price) @endforeach @forelse($custom_prices as $custom_price) @empty @endforelse
# 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) }}
@method('delete') @csrf
No data
{{ $custom_prices->links() }}
@endsection