@extends('layouts.app') @section('title','Close Ticket '.$t->ticket_no) @section('crumbs', 'Weighbridge · {{ $t->ticket_no }}') @section('content')

Second weighing — {{ $t->ticket_no }}

Vehicle
{{ $t->vehicle_no }}
First weight
{{ $t->gross_weight>0 ? qty($t->gross_weight).' t (GROSS)' : qty($t->tare_weight).' t (TARE)' }}
Customer
{{ $t->customer->name ?? '—' }}
@csrf
Cancel
@endsection