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

Detail {{ $title }}

@foreach($data->detail as $dd)
Warning: Undefined variable $dd in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/permohonan_dana/detail.blade.php on line 57

Warning: Attempt to read property "jumlah" on null in /home/aplikasiposinfo/public_html/hayyumart.com/resources/views/permohonan_dana/detail.blade.php on line 57
@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/permohonan_dana/detail.blade.php on line 69

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

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

Data {{ $title }}

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