Rename Admin views directory, add some functions on models

This commit is contained in:
Ludovic CANDELLIER
2021-07-27 22:12:58 +02:00
parent 734ec87b89
commit 7ec40145de
229 changed files with 81 additions and 349 deletions

View File

@@ -0,0 +1,11 @@
@extends('layout.index', [
'title' => __('Botanic.families.title'),
'subtitle' => __('Botanic.families.list'),
'breadcrumb' => [__('Botanic.families.title')]
])
@section('content')
@component('components.card')
@include('components.datatable', ['route' => route('Admin.Botanic.Families.index'), 'model' => 'families'])
@endcomponent
@endsection