@if ($showdata)
ACTIVITY MASTER : {{ $showdata->ccs_code }}
@include('helper.formhelper.showlabel', [ 'name' => 'CCS CODE', 'value' => $showdata->ccs_code, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'LEVEL 1', 'value' => $showdata->level_1, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'LEVEL 2', 'value' => $showdata->level_2, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'LEVEL 3', 'value' => $showdata->level_3, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'LEVEL 4', 'value' => $showdata->level_4, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'UOM', 'value' => $showdata->uom, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'SLABOUR RATE', 'value' => $showdata->slabour_rate, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'SPROD RATE', 'value' => $showdata->sprod_rate, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'REMARKS', 'value' => $showdata->remarks, 'columnone' => 'col-md-6', 'columntwo' => 'col-5', 'columnthree' => 'col-7', ]) @include('helper.formhelper.showlabel', [ 'name' => 'STATUS', 'value' => $showdata->status, '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
@if ($showdata->image)
@endif
@endif