@extends('backend.admin-master') @section('site-title') {{__('Call To Action Area')}} @endsection @section('style') @endsection @section('content')
@include('backend/partials/message')

{{__('Call To Action Area Settings')}}

@csrf
@foreach($all_languages as $key => $lang)
@endforeach
@php $signature_image_upload_btn_label = 'Upload Image'; @endphp
@php $iamge_id = get_static_option('home_page_14_cta_area_right_image'); $signature_img = get_attachment_image_by_id($iamge_id,null,false); @endphp @if (!empty($signature_img))
@php $signature_image_upload_btn_label = 'Change Image'; @endphp @endif
{{__('recommended image size is 1920x1000 pixel')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection