@extends('layouts.app')
@section('title','Neuer Kunde')
@section('breadcrumb')
@endsection
@section('content')
Neu
@include('includes.errors')
{!! Form::model($client, ['action' => 'ClientController@store']) !!}
@include('client._form')
{!! Form::close() !!}
@endsection
@section('script')
@endsection