5 lines
158 B
PHP
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 |