@extends('layouts.back-end.app') @section('title', translate('theme_setup')) @push('css_or_js') @endpush @section('content')

{{translate('system_setup')}}

{{ translate('how_the_setting_works') }}
@include('admin-views.business-settings.theme-and-addon-menu')

{{translate('upload_theme')}}

@csrf
{{translate('0').'%'}}
@php($conditionOne=str_replace('MB','',ini_get('upload_max_filesize'))>=20 && str_replace('MB','',ini_get('upload_max_filesize'))>=20) @php($conditionTwo=str_replace('MB','',ini_get('post_max_size'))>=20 && str_replace('MB','',ini_get('post_max_size'))>=20)
{{ translate('instructions') }}
  • {{translate('maximum_file_size')}} 50 MB
  • {{translate('have_to_upload_zip_file')}}
@if($conditionOne && $conditionTwo)
@else
@endif
{{ translate('read_Before_Change_Theme') }}
@foreach($themes as $key => $theme) @if(isset($theme['software_id']))

{{ ucwords(str_replace('_', ' ', $key =='default' ? 'default_theme' : $theme['name'] ?? '')) }}

@if($key!='default' && theme_root_path() != $key) @endif @if(theme_root_path() == $key) @else @endif