@extends('layouts.app') @section('content')

Detail {{ $title }}

@csrf {{ method_field('PUT') }} @if($data->status == 'Prepared' && \Auth::user()->check_menu("Permohonan Dana", "Approve")) @endif @if($data->status == 'Approved' && \Auth::user()->check_menu("Permohonan Dana", "Review")) @endif Cetak Form Permohonan Dana @if($data->rejected_id == NULL && \Auth::user()->check_menu("Permohonan Dana", "Review") || Auth::user()->check_menu("Permohonan Dana", "Approve") ) @endif
@foreach($data->detail as $dd)
Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permohonan_dana/detail.blade.php on line 70

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permohonan_dana/detail.blade.php on line 70
@endforeach
No Keterangan Jumlah (Rp)  
1 {{ $dd->keterangan }} {{ number_format($dd->jumlah) }}
TOTAL Permohonan Dana (Rp.) :
Warning: Undefined variable $data in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permohonan_dana/detail.blade.php on line 82

Warning: Attempt to read property "total" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permohonan_dana/detail.blade.php on line 82

Deprecated: number_format(): Passing null to parameter #1 ($num) of type float is deprecated in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/approve_permohonan_dana/detail.blade.php on line 82
0

Data {{ $title }}

@csrf @if($data->rejected_id)
@endif
@if(count($data->detail_foto) > 0)
@foreach ($data->detail_foto as $detail) @endforeach
@endif
{{$data->keterangan}}
{{-- Modal Display Harga --}} {{-- Modal Display Harga --}}
@endsection