{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter flyer name ...']) !!}
{!! Form::label('image', 'Flyer Image:') !!} {!! Form::file('image', ['class'=>'form-control', 'placeholder'=>'Flyer Image ...']) !!} @if($data['p_heading'] == 'Update Flyer' && $data['flyer']->image != '')

Click here to see uploaded banner

@endif
{!! Form::label('pdf_file', 'Flyer PDF:') !!} {!! Form::file('pdf_file', ['class'=>'form-control', 'placeholder'=>'Flyer PDF ...']) !!} @if($data['p_heading'] == 'Update Flyer' && $data['flyer']->pdf_file != '')

Click here to see uploaded PFD

@endif
{!! Form::label('position', 'Display Position:') !!} {!! Form::text('position', null,['class'=>'form-control', 'placeholder'=>'Display Position ...']) !!}
{!! Form::label('', 'Status:') !!}