8 lines
139 B
PHP
8 lines
139 B
PHP
|
@extends('layout')
|
||
|
|
||
|
@section('sidebar')
|
||
|
@include('partials.sidebar',['type' => 'poultry'])
|
||
|
@endsection
|
||
|
|
||
|
@section('content')
|
||
|
@endsection
|