@extends('layouts.admin') @section('title') Admin | Home Settings @endsection @section('content')

Home Settings

Home Setting
{{ csrf_field() }}
value==1 ? 'checked' : ''}} >
value==1 ? 'checked' : ''}}>
@if(getKeyValue('home_page_link_1')->photo !=null && getKeyValue('home_page_link_1')->photo->file_path) User Image @endif
@if(getKeyValue('home_page_link_2')->photo !=null && getKeyValue('home_page_link_2')->photo->file_path) User Image @endif
@if(getKeyValue('home_page_link_3')->photo !=null && getKeyValue('home_page_link_3')->photo->file_path) User Image @endif
@if(getKeyValue('home_page_link_4')->photo !=null && getKeyValue('home_page_link_4')->photo->file_path) User Image @endif
@if(getKeyValue('home_page_giveaways')->photo !=null && getKeyValue('home_page_giveaways')->photo->file_path) User Image @endif
@if(getKeyValue('home_page_quizzes')->photo !=null && getKeyValue('home_page_quizzes')->photo->file_path) User Image @endif
@if(getKeyValue('home_page_spinners')->photo !=null && getKeyValue('home_page_spinners')->photo->file_path) User Image @endif
@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@endsection @section('scripts')