@extends('backend.admin-master') @section('site-title') {{__('Preloader Settings')}} @endsection @section('style') @php $site_color = get_static_option('site_color'); @endphp @endsection @section('content')
@include('backend.partials.message')

{{__("Preloader Settings")}}

@csrf
@php $blog_img = get_attachment_image_by_id(get_static_option('preloader_custom_image'),null,true); $blog_image_btn_label = 'Upload Image'; @endphp @if (!empty($blog_img))
@php $blog_image_btn_label = 'Change Image'; @endphp @endif
{{__('allowed image format: jpg,jpeg,png,gif.')}}
@include('backend.partials.media-upload.media-upload-markup') @endsection @section('script') @include('backend.partials.media-upload.media-js') @endsection