Files
echoscoop/resources/views/front/layouts/app.blade.php
2023-09-25 02:41:40 +08:00

19 lines
371 B
PHP

<!DOCTYPE html>
<html class="" lang="en">
@include('front.layouts.partials.head')
<body>
@include('googletagmanager::body')
<div id="app">
@include('front.layouts.partials.nav')
<main>
@yield('content')
</main>
@include('front.layouts.partials.footer')
<lqip-loader></lqip-loader>
</div>
</body>
</html>