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

{!! $service->id !!}


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

{!! $service->name !!}


{!! Form::label('description', 'Description:') !!}

{!! $service->description !!}


{!! Form::label('remark', 'Remark:') !!}

{!! $service->remark !!}