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

{{__('Header Area Settings')}}

@csrf
@php $signature_image_upload_btn_label = 'Upload Image'; @endphp
@php $image_id = get_static_option('cagency_header_section_right_image'); $signature_img = get_attachment_image_by_id($image_id,null,false); @endphp @if (!empty($signature_img))
@php $signature_image_upload_btn_label = 'Change Image'; @endphp @endif
{{__('recommended image size is 770x1050 pixel')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection