Added 'Beef' page and introduced dynamic sidebar
This commit is contained in:
8
resources/views/beef.blade.php
Normal file
8
resources/views/beef.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
@extends('layout')
|
||||
|
||||
@section('sidebar')
|
||||
@include('partials.sidebar',['type' => 'beef'])
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
@endsection
|
||||
Reference in New Issue
Block a user