mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 20:44:01 +00:00
5 lines
149 B
PHP
5 lines
149 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
@include('pages.customers.dashboard')
|
|
@include('pages.admin.dashboard')
|
|
@endsection |