@extends('layouts.app') @section('title', 'Update Closed Job') @section('style') @endsection @section('content')

Update Closed Job #{{ $job->order_no }}

@csrf

ป้อนรายละเอียดงาน

การแก้ไขราคาทรัพย์สิน

@foreach($order->prices_history as $i=>$history) @endforeach
ครั้งที่ ราคาทรัพย์สิน ชื่อผู้แก้ไข
{{ 1 + $i }}. {{ $history->updated_market_price }} {{ $history->user_name }}

@endsection @section('script') @stop