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

{!! $phone->id !!}

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

{!! $phone->name !!}

{!! Form::label('phone', 'Telefone:') !!}

{!! $phone->phone !!}

{!! Form::label('office_hours', 'Horário de Atendimento:') !!}

{!! $phone->office_hours !!}

{!! Form::label('address', 'Endereço:') !!}

{!! $phone->address !!}

{!! Form::label('created_at', 'Criado em:') !!}

{!! $phone->created_at !!}

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

{!! $phone->updated_at !!}