Fix some enhancements & new features
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
])
|
||||
|
||||
@section('content')
|
||||
@include('components.datatable', ['route' => route('Botanic.Admin.Species.create'), 'label' => __('Botanic.species.add')])
|
||||
@component('components.card')
|
||||
@include('components.datatable', ['route' => route('Botanic.Admin.Species.index'), 'model' => 'BotanicSpecies'])
|
||||
@endcomponent
|
||||
@endsection
|
||||
|
||||
@push('scripts')
|
||||
@include('components.js.datatable', ['route' => '/Botanic/Admin/Species', 'model' => 'species'])
|
||||
@endpush
|
||||
|
||||
|
||||
Reference in New Issue
Block a user