{{-- |-------------------------------------------------------------------------- * _ _ __ _ _ _ __ * | | ___ ___ __| | ___| _| | ___ __| | ___ _ __| |__ ___ __|_ | * / __)/ __/ _ \ / _` |/ _ \ || | / _ \/ _` |/ _ \ '__| '_ \ / _ \/ __| | * \__ \ (_| (_) | (_| | __/ || |__| __/ (_| | __/ | | | | | (_) \__ \ | * ( /\___\___/ \__,_|\___| ||_____\___|\__,_|\___|_| |_| |_|\___/|___/ | * |_| |__| |__| * ? @created: 2023-09-30 ? @modified: 2023-09-30 @version: 1.0 @project: Okis 3.0 Shipping Management ? @author: Code[Lederhos] ? Stanislaw Lederhos ? mail@code-lederhos.de * $debugPicasso = [ 0 => 'Crafting a masterpiece out of chaos', * 1 => 'the art of flawless functionality' ]; @description: [A BRIEF DESCRIPTION OF THE PROJECT OR FILE] ---------------------------------------------------------------------------- Changelog: ========== * [VERSION]| (YYYY-MM-DD) | [DESCRIPTION OF CHANGES] 1.0 | (2023-09-30) | Initial version ---------------------------------------------------------------------------- --}} @extends('layouts.main') @section('title', 'Okis 3.0 | Paketmanager') @section('content')
@includeIf('layouts.components.container_header', [ 'title_primary' => 'Paketmanager', 'title_secondary' => '', 'btn_back' => route('home'), 'btn_title_attr' => "zurück zum Dashboard", ])
@includeIf('layouts.components.card_header', [ 'title' => 'Pakete', 'collapse_id' => 'collapseToDo', ])
@inputField([ 'input_type' => 'number2', 'input_id' => 'tooth_color', 'label' => 'Zahnfarbe', 'placeholder' => '0', 'value' => "500,60", 'disabled' => false, 'dataAttributes' => "readonly data-animate='20000'" ])
@includeIf('layouts.components.card_header', [ 'title' => 'Zuordnen', 'collapse_id' => 'collapseSpecial', ])
@includeIf('layouts.components.card_header', [ 'title' => 'Abwicklung', ])
@endsection