@extends('backend.admin-master') @section('site-title') {{__('Case Study Area')}} @endsection @section('style') @endsection @section('content')
@include('backend/partials/message') @if($errors->any())
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif

{{__('Case Study Area Settings')}}

@csrf
@foreach(get_all_language() as $key => $lang)
@endforeach
@if(get_static_option('home_page_variant') == '02')
@php $background_image_upload_btn_label = 'Upload Background Image'; @endphp
@php $background_img = get_attachment_image_by_id(get_static_option('home_page_02_case_study_background_image'),null,false); @endphp @if (!empty($background_img))
@php $background_image_upload_btn_label = 'Change Image'; @endphp @endif
{{__('recommended image size is 1920x980 pixel')}}
@endif
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection