@extends('layouts.baseAdmin') @section('title', 'Sebut Harga') @section('content')
Yusof Abdullah
64, Lebuh Pendamar Indah 1
Taman Pendamar Indah
42000 Pelabuhan Klang, Selangor
Tel No: (+60) 10-5235987

MyTukang.


Kepada:

{{ $quotation->booking->user->name }}
{{ $quotation->booking->address->address_line1 }}
{{ $quotation->booking->address->address_line2 }}
{{ $quotation->booking->address->postcode }} {{ $quotation->booking->address->city }}

Tarikh Sebut Harga:

No. Tempahan:

@csrf @method('POST')
@foreach ($items as $index => $item) @endforeach
# Skop Kerja Kuantiti Harga Seunit Jumlah Hapus
{{ $index + 1 }}

Jumlah Keseluruhan

RM {{ number_format($totalAmount, 2) }}

@endsection