created more content pages and added dynamic sidebar to all
This commit is contained in:
8
resources/views/lamb.blade.php
Normal file
8
resources/views/lamb.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@extends('layout')
|
||||
|
||||
@section('sidebar')
|
||||
@include('partials.sidebar',['type' => 'lamb'])
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@endsection
|
||||
Reference in New Issue
Block a user