@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
{{--
@csrf
--}}
@csrf
@php $banners = array(); @endphp @if(!empty($homeSettings) && $homeSettings->section_name == 'header') @php $banners = json_decode($homeSettings->banner,true); @endphp
@endif @if(!empty($homeSettings)) @endif
Popup Image
@if(!empty($homeSettings->popImage))
@endif
Upload image / Change @if(!empty($homeSettings->popImage))
@endif
{{--
Select image Change @if(!empty($homeSettings->popImage))
@endif
--}} {{-- @if(!empty($homeSettings->popImage))
@endif --}}
@endsection @section('customJs') @endsection @section('documentJquery') @endsection