mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 12:33:57 +00:00
9 lines
141 B
PHP
9 lines
141 B
PHP
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
@include('vendor/head')
|
|
</head>
|
|
@yield('content')
|
|
@include('vendor/js')
|
|
@stack('scripts')
|
|
</html> |