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

{!! $servico->id !!}

{!! Form::label('nome', 'Nome:') !!}

{!! $servico->nome !!}

{!! Form::label('subtitulo', 'Subtitulo:') !!}

{!! $servico->subtitulo !!}

{!! Form::label('descricao', 'Descricao:') !!}

{!! $servico->descricao !!}

{!! Form::label('foto', 'Foto:') !!}

{!! $servico->foto !!}

{!! Form::label('onmenu', 'Onmenu:') !!}

{!! $servico->onmenu !!}

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

{!! $servico->created_at !!}

{!! Form::label('updated_at', 'Updated At:') !!}

{!! $servico->updated_at !!}