@extends('layouts.app') @section('title', 'Job Information') @section('content')
Address: {{ $job['address'] }}
Site: {{ $job['site'] }}
Created At: {{ \Carbon\Carbon::parse($job['created_at'])->format('d M Y, h:i A') }}
@endforeachJob Length | Used Piece | Qty | Source | {{--Remaining Waste | --}}
---|---|---|---|---|
{{ $info['length'] }} mm | {{ $info['used_piece'] }} mm | {{ $info['qty'] }} | {{ ucfirst($info['source']) }} | {{--{{ $info['remaining_waste'] }} | --}}
Job Length | Waste Length |
---|---|
{{ $length }} mm | @if (isset($wastes[$index])) {{ $wastes[$index]['length'] }} mm @else 0 mm @endif |