@extends('layouts.dashboard.superadminapp') @section('title', 'Edit Sales Order') @section('styles') @endsection @section('content')

UEPL | Edit Sales Order

day, 00 month 0000
@if (session('success')) @endif @if (session('error')) @endif
@csrf @method('PUT')
Sales Order & Quotation Information
@if($order->customer_so_file) Current: {{ $order->customer_so_file }} @endif
Customer Information
RFQ & Product Information
Billing & Shipping Information
Product Items
@forelse($order->items as $index => $item) @empty @endforelse
# Material Code HSN Code Description Additional Details Req By Date Qty UOM Unit Rate Disc % Value SGST % CGST % IGST % Amount
{{ $index + 1 }}
1
Summary & Totals

Back to List
@endsection @section('scripts') @endsection