mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
7 lines
158 B
PHP
7 lines
158 B
PHP
@extends('layouts.base_login')
|
|
|
|
@section('inner_content')
|
|
|
|
<h1>welcome~</h1>
|
|
<user-form-component section="section"></user-form-component>
|
|
@endsection |