{{ session()->get('message') }}
@endif
{!! Form::label('Download Title', 'Enter a title for the download') !!}
{!! Form::text('downloadtitle', null, ['class'=> 'form-control', 'placeholder'=> 'Download Title', 'required']) !!}
Enter the download title here
{!! Form::label('Download Status', 'Choose to hide or show item') !!}
Select to either hide or show
{!! Form::label('Attach File', 'File') !!}
{!! Form::file('file', ['class'=>'form-control','required']) !!}
Choose a download attachment file