Files
gps-frontend/resources/views/menu_v2/user_checker.blade.php
meusinfirmary b9891d2f81 Initial commit
2025-04-22 14:33:37 +07:00

14 lines
194 B
PHP
Executable File

@extends('app.app')
@section('title')
User Checker
@endsection
@section('customcss')
@endsection
@section('content')
<h1>User Checker</h1>
@endsection
@section('customjs')
@endsection