created more content pages and added dynamic sidebar to all

This commit is contained in:
2024-02-18 13:28:40 +00:00
parent 0d500e6975
commit 7dee367a73
6 changed files with 298 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
@extends('layout')
@section('sidebar')
@include('partials.sidebar',['type' => 'lamb'])
@endsection
@section('content')
@endsection