MIF_E31212371/resources/views/content/layouts-example/layouts-without-navbar.blad...

24 lines
544 B
PHP

@php
$isNavbar = false;
@endphp
@extends('layouts/contentNavbarLayout')
@section('title', 'Without navbar - Layouts')
@section('content')
<!-- Layout Demo -->
<div class="layout-demo-wrapper">
<div class="layout-demo-placeholder">
<img src="{{asset('assets/img/layouts/layout-without-navbar-light.png')}}" class="img-fluid" alt="Layout without navbar">
</div>
<div class="layout-demo-info">
<h4>Layout without Navbar</h4>
<p>Layout does not contain Navbar component.</p>
</div>
</div>
<!--/ Layout Demo -->
@endsection