{!! Form::label('contact_us', 'Contact Us (email) *') !!} {!! Form::text('contact_us', $record['app.contact.email'], ['class' => 'form-control']) !!} @if ($errors->has('contact_us')) {{ $errors->first('contact_us') }} @endif
{!! Form::label('contact_subject', 'Contact Us (subject) *') !!} {!! Form::text('contact_subject', $record['app.contact.subject'], ['class' => 'form-control']) !!} @if ($errors->has('contact_subject')) {{ $errors->first('contact_subject') }} @endif
{!! Form::label('catfishing', 'Catfishing (email) *') !!} {!! Form::text('catfishing', $record['app.catfishing'], ['class' => 'form-control']) !!} @if ($errors->has('catfishing')) {{ $errors->first('catfishing') }} @endif
{!! Form::label('catfishing_subject', 'Catfishing (subject) *') !!} {!! Form::text('catfishing_subject', $record['app.catfishing.subject'], ['class' => 'form-control']) !!} @if ($errors->has('catfishing_subject')) {{ $errors->first('catfishing_subject') }} @endif
{!! Form::label('feedback', 'Feedback (email) *') !!} {!! Form::text('feedback', $record['app.feedback'], ['class' => 'form-control']) !!} @if ($errors->has('feedback')) {{ $errors->first('feedback') }} @endif
{!! Form::label('feedback_subject', 'Feedback (subject) *') !!} {!! Form::text('feedback_subject', $record['app.feedback.subject'], ['class' => 'form-control']) !!} @if ($errors->has('feedback_subject')) {{ $errors->first('feedback_subject') }} @endif
{!! Form::label('report', 'Report (email) *') !!} {!! Form::text('report', $record['app.report'], ['class' => 'form-control']) !!} @if ($errors->has('report')) {{ $errors->first('report') }} @endif
{!! Form::label('report_subject', 'Report (subject) *') !!} {!! Form::text('report_subject', $record['app.report.subject'], ['class' => 'form-control']) !!} @if ($errors->has('report_subject')) {{ $errors->first('report_subject') }} @endif
{!! Form::label('inappropriate', 'Inappropriate Behaviour(email) *') !!} {!! Form::text('inappropriate', $record['app.inappropriate'], ['class' => 'form-control']) !!} @if ($errors->has('inappropriate')) {{ $errors->first('inappropriate') }} @endif
{!! Form::label('how_to_use', 'How To User APP (url) *') !!} {!! Form::text('how_to_use', $record['app.use'], ['class' => 'form-control']) !!} @if ($errors->has('how_to_use')) {{ $errors->first('how_to_use') }} @endif
{!! Form::label('showorghsot', 'ShowOrGhost Web (url) *') !!} {!! Form::text('showorghsot', $record['app.showorghsot'], ['class' => 'form-control']) !!} @if ($errors->has('showorghsot')) {{ $errors->first('showorghsot') }} @endif
{!! Form::label('depression_awareness', 'Depression Awareness (url) *') !!} {!! Form::text('depression_awareness', $record['app.depression_awareness'], ['class' => 'form-control']) !!} @if ($errors->has('depression_awareness')) {{ $errors->first('depression_awareness') }} @endif
{!! Form::label('military_depression', 'Military Depression (url) *') !!} {!! Form::text('military_depression', $record['app.military_depression'], ['class' => 'form-control']) !!} @if ($errors->has('military_depression')) {{ $errors->first('military_depression') }} @endif
{!! Form::label('rate_us', 'Rate Us (url) *') !!} {!! Form::text('rate_us', $record['app.rate_us'], ['class' => 'form-control']) !!} @if ($errors->has('rate_us')) {{ $errors->first('rate_us') }} @endif
{!! Form::label('agreement', 'Disclaimer Agreement *') !!} {!! Form::textarea('agreement', $record['app.disclaimer.agreement'], ['class' => 'form-control']) !!} @if ($errors->has('agreement')) {{ $errors->first('agreement') }} @endif

{!! Form::label('about_us', 'About Us *', ['class' => 'label label-info']) !!}

{!! Form::textarea('about_us', $record['app.about_us'], ['class' => 'pages form-control']) !!} @if ($errors->has('about_us')) {{ $errors->first('about_us') }} @endif

{!! Form::label('terms', 'Terms And Conditions *', ['class' => 'label label-info']) !!}

{!! Form::textarea('terms', $record['app.terms'], ['class' => 'pages form-control']) !!} @if ($errors->has('terms')) {{ $errors->first('terms') }} @endif

{!! Form::label('policy', 'Privacy And Policy *', ['class' => 'label label-info']) !!}

{!! Form::textarea('policy', $record['app.policy'], ['class' => 'pages form-control']) !!} @if ($errors->has('policy')) {{ $errors->first('policy') }} @endif
{!! Form::submit('Update', ['class' => 'btn btn-primary btn-flat']) !!} Cancel
@section('inlineJS') @endsection