{!! Form::model(null, ['method' => 'PATCH','enctype'=>'multipart/form-data', 'url' => ['admin/settings/update']]) !!}
@csrf
@foreach ($data as $row)
@if($row->key=='youtube_video_url')
@endif
@if($row->key=='apple_download_url')
@endif
@if($row->key=='android_download_url')
@endif
@if($row->key=='contact_phone')
@endif
@if($row->key=='contact_email')
@endif
@if($row->key=='contact_address')
@endif
@if($row->key=='contact_support_phone')
@endif
@if($row->key=='site_title')
@endif
@if($row->key=='site_author')
@endif
@if($row->key=='site_description')
@endif
@if($row->key=='site_keyword')
@endif
@if($row->key=='google_analysis')
@endif
@if($row->key=='website_logo')
@endif
@if($row->key=='about_product')
@endif
@if($row->key=='mobile_image')
@endif
@if($row->key=='icon_1')
@endif
@if($row->key=='icon_2')
@endif
@if($row->key=='icon_3')
@endif
@if($row->key=='icon_4')
@endif
@endforeach
{!! Form::close() !!}
@if($row->value!='')
@else
@endif
@if($row->value!='')
@else
@endif
@if($row->value!='')
@else
@endif
@if($row->value!='')
@else
@endif
@if($row->value!='')
@else
@endif
@if($row->value!='')
@else
@endif
@if($row->value!='')
@else
@endif