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

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

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