@extends('layouts.color_admin.default') @section('title', "Declaration's Type") @section('content')
@csrf
@if(empty($decType->id))

Maken

@else

Bijwerken

@endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Soort
{{-- show list categories --}}
Categorie
{{-- show list categories --}}
Prijs
Gewicht
Soort ( < 2022)
Soort ( > 2022)
@if(!empty($decType->id) && !empty($decType->is_deleted)) @else @if(!empty($decType->id)) Verwijderen @endif @endif
@endsection @push('scripts') @endpush