@extends('layouts.backapp') @section('content')

Set Harga Pekerjaan: {{ $work->name }}

@foreach($dealers as $index => $dealer) @php $existingPrice = $work->getPriceForDealer($dealer->id); @endphp @endforeach
No Nama Dealer Kode Dealer Harga (IDR) Status Aksi
{{ $index + 1 }} {{ $dealer->name }} {{ $dealer->dealer_code }}
Rp
is_active ? 'checked' : '' }}>
@if($existingPrice) @endif
@if($dealers->count() == 0)
Tidak ada dealer yang tersedia.
@endif
@endsection @section('javascripts') @endsection