@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 $icon = get_static_option('construction_header_section_button_one_icon'); @endphp
@php $signature_image_upload_btn_label = 'Upload Image'; @endphp
@php $image_id = get_static_option('construction_header_section_bg_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 19200x1000 pixel')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection