6 lines
141 B
PHP
6 lines
141 B
PHP
@extends('layouts.app')
|
|
@section('title','Kelulusan Admin')
|
|
@section('content')
|
|
@include('reports._table', ['approval' => true])
|
|
@endsection
|