@extends('layouts.app') @section('custom-css') @endsection @section('content')
Update Parcel Weight
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
Order Reference Number : {{$find_parcel->order_reference}}
Customer Name: {{$find_parcel->consignee_first_name}} {{$find_parcel->consignee_last_name}}
Customer Phone Number : {{$find_parcel->consignee_phone}}
Customer Address : {{$find_parcel->consignee_address}}

Parcel Weight: {{$find_parcel->vendorWeight->ahlWeight->weight}} KG




@csrf
@error('vendor_weight_id') {{ $message }} @enderror


@endsection