@extends('layouts.master') @section('page_title', 'Order Shipment') @section('title', 'Order Shipment') @section('main_item', 'Orders') @section('sub_item', 'Order Shipment') @section('content')

Barcode For Order Shipment

Order Shipment Manual Entry

@php $rowcount = 0; @endphp @foreach ($saledata as $data) @php $rowcount++; $waybillnumbers[] = $data->full_waybill_no; @endphp @endforeach
Waybill ID Order ID Customer Name Customer Contact Amount (Rs.) Date
{{ $data->full_waybill_no }} {{ $data->invoice_no }} {{ $data->name }} {{ $data->mobile }} {{ $data->invoice_subtotal }} {{ $data->dispacth_date }}
@endsection @section('scripts') {{-- --}} @endsection