@if ($showdata)
NOTES : {{ $showdata->task }}
@include('helper.formhelper.showlabel', [ 'name' => 'NOTE', 'value' => $showdata->note, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'CREATED BY', 'value' => $showdata->created_by()->name, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @if ($showdata->updated_id) @include('helper.formhelper.showlabel', [ 'name' => 'UPDATED AT', 'value' => $showdata->updated_at->format('d-M-Y h:i A'), 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @endif
@endif