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

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

@if ($sjMaklon->reason)
Alasan edit: {{$sjMaklon->reason}}
@endif
@if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @if(isset($sjMaklon)) @method('PUT') @endif
{{__('Sales Invoice')}} {{__('Information')}} : {{$sjMaklon->sj_maklon_number}}
{{--

--}}


{{--
--}}


{{--
--}}



{{__('Sales Invoice')}} Details
Total sebelum pajak: 0
@foreach ($sjMaklonDetails as $index => $detail) @endforeach
{{__('Item')}} Unit Qty Qty COLY {{__('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