Add new version in repository
This commit is contained in:
12
resources/views/admin/Botanic/Varieties/list.blade.php
Normal file
12
resources/views/admin/Botanic/Varieties/list.blade.php
Normal file
@@ -0,0 +1,12 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Botanic.varieties.title'),
|
||||
'subtitle' => __('Botanic.varieties.list'),
|
||||
'breadcrumb' => [__('Botanic.varieties.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
@component('components.card')
|
||||
@include('components.datatable', ['route' => route('Admin.Botanic.Varieties.index'), 'model' => 'varieties'])
|
||||
@endcomponent
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user