@extends('pdf.layout') @section('title', 'Note Status(current)') @section('content') @include('include.report_header')

Approval State


Approval State Flow:

Programmer/Sr. Programmer > System Analyst/Sr. System Analyst > ICT Director > Controller of Examination > Vice Chancellor

Previous Notes:

@foreach($data->approval_details as $item)

{{$item->userType->name}}

{{$item->created_at}}

{!! $item->comment !!}

@endforeach
@stop