@extends('backendPartials.default') @section('section')
@include('admin.frontendSettings.partialsn.homepage_settings_sidebar')

Info Section Settings


@csrf
Box 1 Desc. @if (isset($info->box_1_image)) @php $box_1_image = asset('storage/frontend/home/'.$info->box_1_image); @endphp @else @php $box_1_image = '#' @endphp @endif
@if (isset($info->box_2_image)) @php $box_2_image = asset('storage/frontend/home/'.$info->box_2_image); @endphp @else @php $box_2_image = '#' @endphp @endif
@if (isset($info->box_3_image)) @php $box_3_image = asset('storage/frontend/home/'.$info->box_3_image); @endphp @else @php $box_3_image = '#' @endphp @endif
@endsection