@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content') @php $new_themes = [3,4,5,6]; @endphp
{{ __('Update Equipment Section') }}
@includeIf('backend.partials.languages')
@csrf
@if ($settings->theme_version == 1 || $settings->theme_version == 2)
@endif
@if(in_array($settings->theme_version, $new_themes))
{{ __('Featured Equipment Section') }}
@includeIf('backend.partials.languages')
@csrf
@endif
@endsection