@extends('layouts.app') @section('title') Pending Pr Approvals @stop @section('breadcrumb') @stop @section('css') @stop @section('content')

Purchase Request Approval Pending

@if( $purchase_requests->count() > 0 ) @foreach( $purchase_requests as $list ) @endforeach @endif
Id# Department Created By Action
PR-{{$list->id }} {{ \App\Department::withTrashed()->find($list->department_id)->department_name }} {{ $list->user->name}} view
{{csrf_field()}}
@stop @section('js') @stop