@extends('layouts.app') @section('title',$client->name) @section('breadcrumb') @endsection @section('content')

{{ $client->name }}

@include('includes.errors') {!! Form::model($client, ['action' => ['ClientController@update',$client],'method' => 'put']) !!} @include('client._form')
{!! Form::close() !!} @endsection @section('script') @endsection