Raffales-LMS/resources/views/piaf/office-reception.blade.php

5 lines
158 B
PHP
Raw Normal View History

2024-04-16 09:58:24 +00:00
@extends(env("CLIENT_PATH").".welcome")
@section("content")
THis is page loaded for office reception / staffs
@include(env("CLIENT_PATH").".form")
@endsection