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

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

@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
@csrf @if(isset($salesInvoice)) @method('PUT') @endif
{{__('Sales Invoice')}} {{__('Information')}} : {{$salesInvoice->sales_invoice_number}}
{{--

--}}


{{--
--}}



alias) checked @endif>
alias) checked @endif>
{{--
--}}



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

{{__('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
{{-- --}}
{{-- --}}
@if($editable)
@endif Back
@if($editable)
@csrf @method('POST')
@endif
@if(session('success')) @endif @if($errors->any()) @endif
@section('scripts') @endsection @endsection