@if ($previousData == true)
Warning! Transaction time schedule exists for the {{$level}} on {{$effectiveDate}}.
@else
{!! Form::open(['url' => '']) !!}
{!! Form::hidden('level', $level, []) !!}
{!! Form::hidden('nameList', $nameList->pluck('id'), []) !!}
{!! Form::hidden('effectiveDate', $effectiveDate, []) !!}
@endif
{{-- @endsection --}}