@extends('layouts.template') @section('title') Edit | PPAB @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

PPAB


@error('doc_date')
{{ $message }}
@enderror
@if($data->jenis_dokumen=='obat') Obat dan BHMP @elseif($data->jenis_dokumen=='alkes') Alkes, Investasi, Eksploitasi @elseif($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\ppab\edit.blade.php on line 227

Notice: Trying to get property 'total_harga' of non-object in C:\xampp\htdocs\dpbb\resources\views\ppab\edit.blade.php on line 227
@endforeach
Nama Barang Satuan Ongkir Biaya lain Diminta Harga Total Harga Spesifikiasi Lampiran Last Komentar #
{{$r->nama_brand}} {{$r->nama_satuan}} {{number_format($r->ongkos_kirim, 0)}} {{number_format($r->biaya_lain, 0)}} {{$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\ppab\edit.blade.php on line 209

Notice: Trying to get property 'spesifikasi' of non-object in C:\xampp\htdocs\dpbb\resources\views\ppab\edit.blade.php on line 209
@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