@extends('backend.admin-master') @section('style') @endsection @section('site-title') {{__('Popular Cause Area')}} @endsection @section('content')
@include('backend.partials.message') @include('backend.partials.error')

{{__('Popular Cause Area Settings')}}

@csrf
@php $image_id = get_static_option('home_page_13_popular_cause_popular_cause_background_image'); $event_img = get_attachment_image_by_id($image_id,null,false); $event_img_btn_label = __('Upload Image'); @endphp @if (!empty($event_img))
@php $event_img_btn_label = __('Change Image'); @endphp @endif
{{__('Recommended image size 1920x1280')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection