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

{{__('Price Plan Area Settings')}}

@csrf
@foreach(get_all_language() as $key => $lang)
@endforeach
{{__('enter how many service show in frontend')}}
@if(get_static_option('home_page_variant') == '01' || get_static_option('home_page_variant') == '03')
@php $cta_image_upload_btn_label = 'Upload Background Image'; @endphp
@php $cta_bg_img = get_attachment_image_by_id(get_static_option('home_page_01_price_plan_background_image'),null,false); @endphp @if (!empty($cta_bg_img))
@php $cta_image_upload_btn_label = 'Change Background Image'; @endphp @endif
{{__('recommended image size is 1920x1000 pixel')}}
@endif
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection