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

Footer Section Settings


@csrf @if (isset($info->footer_logo)) @php $footer_logo = asset('storage/frontend/footer_logo/'.$info->footer_logo); @endphp @else @php $footer_logo = '#' @endphp @endif
@endsection