Raffales-LMS/resources/views/piaf/office-reception.blade.php
2024-04-16 15:43:24 +05:45

5 lines
158 B
PHP

@extends(env("CLIENT_PATH").".welcome")
@section("content")
THis is page loaded for office reception / staffs
@include(env("CLIENT_PATH").".form")
@endsection