@extends('layouts.main') @section('title', 'Okis 3.0 | Edit customer') @section('content')
@includeIf('layouts.components.container_header', [ 'title_primary' => 'Kunde', 'title_secondary' => $customer->KuNr .' | ' .$customer->company, 'btn_back' => route('customers.index'), ])
@method('PUT') @csrf
@include('flash_message')
@endsection