@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, []) !!}
@foreach ($nameList as $levelName) @endforeach
{{$level}} From To Action
{{$levelName->name}}    
{!! Form::close() !!}
@endif {{-- @endsection --}}