@extends('layouts.location') @section('title', 'LR Upload') @section('page-title', 'LR Upload') @section('content')
LR Upload (Dispatch)
Link LR and AWB with SO/PIC ID and notify customer via WhatsApp.
Back to Dispatch Dashboard
@forelse(($lrPicIds ?? []) as $pid) @php $picVal = is_array($pid) ? ($pid['pic_id'] ?? '') : $pid; $picLabel = is_array($pid) ? ($pid['label'] ?? $picVal) : $pid; @endphp @empty @endforelse
Image / PDF / DOC.
@endsection @push('scripts') @endpush