@extends('layouts.layout-2') @section('content')

zurück {{ __('Kunden Details') }}

@if(Session::has('custom-error'))
{{ Session::get('custom-error') }}
@endif @include('admin.customer._detail') zurück @endsection