@extends('layouts.agent') @section('content')
{{ trans('global.create') }} Sales Order
@method('POST') @csrf
{{-- --}} @if($errors->has('bill_to'))
{{ $errors->first('bill_to') }}
@endif
@if($errors->has('ship_to'))
{{ $errors->first('ship_to') }}
@endif
{{--
--}}
@if($errors->has('date'))
{{ $errors->first('date') }}
@endif
@if($errors->has('payment_terms'))
{{ $errors->first('payment_terms') }}
@endif
@if($errors->has('sales_order_remark'))
{{ $errors->first('sales_order_remark') }}
@endif
Sales Order Items
{{-- --}} {{-- --}}
No Item Code Description Remark QtyU.Price Discount TotalAction
1 {{-- --}}
{{ trans('global.back') }} {{-- Print Preview --}}
@endsection @section('scripts') @endsection