@extends('layouts/edit-form', [
'createText' => trans('admin/kits/general.create'),
'updateText' => trans('admin/kits/general.update'),
'helpTitle' => trans('admin/kits/general.about_kits_title'),
'helpText' => trans('admin/kits/general.about_kits_text'),
'formAction' => (isset($item->id)) ? route('kits.update', ['kit' => $item->id]) : route('kits.store'),
])
{{-- Page content --}}
@section('inputFields')
@include ('partials.forms.edit.name', ['translated_name' => trans('general.name')])
@stop
@section('content')
@parent
{{-- Assets by model --}}
{{-- Licenses --}}
{{----}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- Consumables --}}
{{----}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- Accessories --}}
{{----}}
{{--
--}}
{{--
--}}
{{-- --}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table')
@stop