@extends('layouts.master') @section('content')

{{ $client->name }}: Stammdaten hinterlegen

 

{!!BootForm::open(["id" => "clientUpdate", "route" => array('client.update'), "method" => "POST" ])!!}
{!! BootForm::close() !!}
@endsection