{!! Form::label('id', 'Id:') !!}

{{ $client->id }}

{!! Form::label('name', 'Name:') !!}

{{ $client->name }}

{!! Form::label('image', 'Image:') !!}

{{ $client->image }}

{!! Form::label('created_at', 'Created At:') !!}

{{ $client->created_at }}