my-website/resources/views/lamb.blade.php

8 lines
136 B
PHP
Raw Normal View History

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