{{ Form::text('title',old('title'),['class'=>'form-control', 'required']) }} {{ Form::label('title','download Title*') }} {{ $errors->first('title') }}
@if(isset($download) && $download->file) @else @endif
{{ Form::text('title_np',old('title_np'),['class'=>'form-control', 'required']) }} {{ Form::label('title_np','download Name_NP*') }} {{ $errors->first('title_np') }}
Publish
Published
is_published) ? $download->is_published : '')=='1' ? 'checked':'' }} data-switchery/>
{{--
--}} {{--
--}}