@extends('site.layouts.app') @section('title', 'Dashboard Approval') @section('datatable') @endsection @section('subtitle', 'Control Panel') @section('content')

Dashboard Approval

{{--

Approval Data

--}}
Loading...
@foreach ($datapo as $po) @endforeach @foreach ($datapr as $pr) @endforeach @foreach ($datacomp as $comp) @endforeach
{{-- Progress Bar --}} @endsection @push('scripts') {{-- --}} @endpush