@extends('layouts.template') @section('title') Edit | DPPB Non Medis @endsection @section('pagetitle') Edit @endsection @section('breadcumb') @endsection @section('content')
@csrf @if (count($errors) > 0)
Whoops! There were some problems with your input.
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

DPBB Nonmedis


@error('doc_date')
{{ $message }}
@enderror
@if($data->jenis_dokumen=='UMUM') UMUM @elseif($data->jenis_dokumen=='TEKNIK') TEKNIK @else IT @endif

Tambah Item

@csrf
* JPEG, JPG, PNG, PDF dan maksimal 2MB yang diperbolehkan

List Item


@foreach ($child as $r)
Notice: Undefined variable: r in C:\xampp\htdocs\dpbb\resources\views\nonmedis\edit.blade.php on line 214

Notice: Trying to get property 'total_harga' of non-object in C:\xampp\htdocs\dpbb\resources\views\nonmedis\edit.blade.php on line 214
@endforeach
Nama Barang Satuan Diminta Harga Total Harga Spesifikiasi Lampiran Last Komentar #
{{$r->nama_brand}} {{$r->nama_satuan}} {{$r->jumlah_diminta}} {{number_format($r->harga_unit, 0)}} {{number_format($r->total_harga,0)}}
Notice: Undefined variable: r in C:\xampp\htdocs\dpbb\resources\views\nonmedis\edit.blade.php on line 196

Notice: Trying to get property 'spesifikasi' of non-object in C:\xampp\htdocs\dpbb\resources\views\nonmedis\edit.blade.php on line 196
@if($r->file_pendukung) Open Lampiran @endif {{$r->komen}}
@csrf
Jumlah {{number_format($total, 0)}}
PPN (11%) {{number_format($PPN, 0)}}
TOTAL {{number_format($GRAND, 0)}}
@if($child->count()>0 AND $data->status==1)
@csrf

@endif @if($data->status==66)
@csrf

@endif
@endsection @section('script') @endsection