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

{!! $estimation->id !!}


{!! Form::label('bill', 'Bill:') !!}

{!! $estimation->bill !!}


{!! Form::label('invoice', 'Invoice:') !!}

{!! $estimation->invoice !!}


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

{!! $estimation->remark !!}


{!! Form::label('officer', 'Officer:') !!}

{!! $estimation->officer !!}