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

Detail {{ $title }}

@csrf {{ method_field('PUT') }} @if($data->status == 'Prepared' && \Auth::user()->check_menu("Pembayaran Supplier", "Approve")) @csrf {{ method_field('PUT') }} @endif @if($data->status == 'Approved' && \Auth::user()->check_menu("Pembayaran Supplier", "Review")) @endif Cetak Form Pembayaran Supplier @if($data->rejected_id == NULL && \Auth::user()->check_menu("Pembayaran Supplier", "Review") || Auth::user()->check_menu("Pembayaran Supplier", "Approve") ) @endif
@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}}
{{-- Modal Display Harga --}}
@endsection