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

Detail {{ $title }}

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