Files
004_comission/nssheung/laravel-simple-tryout/php74-httpd/example-app/resources/views/welcome.blade.php
louiscklaw 653422de08 update,
2025-01-31 21:09:49 +08:00

18 lines
838 B
PHP

<x-layout bodyClass="">
<div class="container position-sticky z-index-sticky top-0">
<div class="row">
<div class="col-12">
<x-navbars.navs.guest signup='register' signin='login'></x-navbars.navs.guest>
</div>
</div>
</div>
<div class="page-header justify-content-center min-vh-100"
style="background-image: url('https://images.unsplash.com/photo-1497294815431-9365093b7331?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1950&q=80');">
<span class="mask bg-gradient-dark opacity-6"></span>
<div class="container">
<h1 class="text-light text-center">Welcome to Material Dashboard FREE Laravel Live Preview.</h1>
</div>
</div>
<x-footers.guest></x-footers.guest>
</x-layout>