@extends('layouts.app') @section('content')
@csrf {{ method_field("PUT") }}

Data {{ $title }}

A. User

@if(count($data->detail_foto) > 0)
@foreach ($data->detail_foto as $detail) @endforeach
@endif
@csrf

B. Jenis Permohonan

Detail {{ $title }}

@for ($i = 0; $i < count($data->detail); $i++)
jenis_permohonan == "Petty Cash" && $i == 0) id="kas-awal" @endif >
@endfor

Total :   Rp.0  
   

@endsection