Added 'Beef' page and introduced dynamic sidebar

This commit is contained in:
2024-02-17 14:42:40 +00:00
parent 3bda85184b
commit 0d500e6975
5 changed files with 118 additions and 4 deletions

View File

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