Files
opensem/resources/views/admin/Botanic/Genres/list.blade.php
2021-07-25 23:19:27 +02:00

13 lines
344 B
PHP

@extends('layout.index', [
'title' => __('Botanic.genres.title'),
'subtitle' => __('Botanic.genres.list'),
'breadcrumb' => [__('Botanic.genres.title')]
])
@section('content')
@component('components.card')
@include('components.datatable', ['route' => route('Admin.Botanic.Genres.index'), 'model' => 'genres'])
@endcomponent
@endsection