mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +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 |