@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
{!! Form::open(array('url' => route('check-point.update', [$result['Check_pointsData']['id']]), 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'updateLeadSources', 'enctype'=>'multipart/form-data')) !!}
{!! Form::close() !!}
@error('report_type_id')
{{ $message }}
@enderror
{!! Form::text('name', $result['Check_pointsData']['name'], array('class'=>'form-control', 'id'=>'name', 'required'=>'required')) !!}
S No. | Measurement Parameter | Requirement | Testing Method | Add/Remove |
---|---|---|---|---|
{{$k}} | @if($k == 1) @else @endif |