@if (Session::has('error'))
{{ Session::get('error', 'Error') }}
@endif
@if (Session::has('success'))
{{ Session::get('success', 'Success') }}
@endif
{!! Form::open(['url' => route('mstrategi::mstrategi-simpanPrwRutin'), 'class' => 'form-horizontal']) !!}
@if ((date('m') == '12') && ($curWeek % 4 == 0) || namaRole() == 'SPV PERENCANAAN PROSES DAN PEMELIHARAAN' || namaRole() == 'Super Administrator')
@endif
{!! Form::close() !!}