mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-27 08:24:14 +00:00
5 lines
146 B
PHP
5 lines
146 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
@include('pages.delivery.customer')
|
|
@include('pages.delivery.admin')
|
|
@endsection |