@extends('layouts.app') @section('custom-css') @endsection @section('content')
Reattempt Parcels
@if(count($orders) > 0) @foreach($orders as $key => $order) @endforeach @endif
# Parcel Reference Number Vendor
{{ ++$key }} {{$order->order_reference}} {{$order->vendor->vendor_name}}
@endsection @section('custom-js') @endsection