@foreach($estimations as $estimation) @endforeach
Bill Invoice Remark Officer Action
{!! $estimation->bill !!} {!! $estimation->invoice !!} {!! $estimation->remark !!} {!! $estimation->officer !!}
@section('footer_scripts') @stop