@if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'স') !== false) {{ Form::open(['route'=>['case.notice.reject-store',$notice->id],'method'=>'POST', 'class'=>'needs-validation', 'novalidate', 'enctype' => 'multipart/form-data']) }} @method('PUT')