@extends('layouts.master') @section('title') @lang('translation.customers') @endsection @section('css') @endsection @section('content') @if (session('success'))
| Order No | Customer Name | Document Date | Status | |||
|---|---|---|---|---|---|---|
|
{{ $pickup['AcCusSalesOrderMID'] }}
|
{{ $pickup['AcCustomerName'] }} | {{ $pickup['DocumentDate'] }} | @if($pickup['status'] == '2')Partially collected | @elseif($pickup['status'] == '1')Collected | @elsePending | @endif {{--{{ $pickup['DeliveryDate'] }} | --}}
|
{{ $pickup['AcCusSalesOrderMID'] }}
|
{{ $pickup['AcCustomerName'] }} | {{ $pickup['DocumentDate'] }} | @if($pickup['status'] == '2')Partially collected | @elseif($pickup['status'] == '1')Collected | @elsePending | @endif {{--{{ $pickup['DeliveryDate'] }} | --}}
We did not find any results for you search.