@extends('layouts.index') @section('title') Procurement Finance @endsection @section('css') @endsection @section('content')

Procurement Finance

{{--

{{ $all }}

Process
--}}

{{ $not_paid }}

Not Paid Yet

{{ $paid }}

Already Paid
@php $increment = 1; @endphp @foreach($procurement as $item) @endforeach
No Requested By Application Date Needed for Date Priority Status Option
{{ $increment++ }} {{ $item->requested_by_data->nama_lengkap }} {{ Carbon\Carbon::parse($item->applicaiton_date)->format('d F Y') }} {{ Carbon\Carbon::parse($item->needed_for_date)->format('d F Y') }} {{ ucwords($item->priority) }} @if($item->status_paid == 'paid') Paid @elseif($item->status_paid == '') Not Paid @endif Detail
Add Inventory Request

Edit Inventory Request

@endsection @section('js') @endsection