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

Kunden verwalten

{!! Form::open(['url' => route('customer_detail', [$id]), 'class' => 'form-horizontal', 'id'=>'lead-form-validation']) !!}
{{ Form::text('id', $customer->id, array('placeholder'=>__('Nr.'), 'class'=>'form-control', 'id'=>'customer_id', 'readonly')) }}
  {{ __('zur Übersicht') }} {{ __('zurück ins CRM v2') }}
{!! Form::close() !!} @endsection