@extends('layouts.master') @section('title', 'Edit Contract') @section('css') @endsection @section('content')

{{__('Sales Invoice')}} Details

@if ($salesInvoice->reason)
Alasan edit: {{$salesInvoice->reason}}
@endif @if($idSj!=-1) @else Buat SJ @endif
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{-- Removed action and method for no form submit --}} @csrf {{-- @if(isset($salesInvoice)) @method('PUT') @endif Removed method for no form submit --}}
{{__('Sales Invoice')}} {{__('Information')}} : {{$salesInvoice->sales_invoice_number}}









logo)checked @endif disabled>
logo) checked @endif disabled>

{{__('Sales Invoice')}} Details
Total sebelum pajak: 0
@foreach ($salesInvoiceDetails as $index => $detail) @endforeach
{{__('Sales Order Number')}} {{__('Warehouse')}} {{__('Item')}} Unit Qty {{__('Price')}} Disc (%) {{__('Discount')}} Nominal Action
{{-- Removed delete button as the page is readonly --}}
{{-- Removed the update button and delete form --}} Back
@if($errors->any()) @endif
@section('scripts') @endsection @endsection