Started implementing Navbar v2

- Removed old navbar from pages
+ Added navbar_v2 in pages
+ Added pork navbar v2
+ Added beef navbar v2

TODO: Implement navbar_v2 for poultry
TODO: Implement navbar_v2 for lamb
TODO: Completely delete old navbar and replace with new navbar
This commit is contained in:
2024-02-19 17:40:50 +02:00
parent e598281ec9
commit 4ac0eaa27a
7 changed files with 107 additions and 169 deletions

View File

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