@extends('admin.layout') @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
@if ($be->theme_version != 'car' && $bex->home_page_pagebuilder == 0)
Background Image
@if (!empty($langs)) @endif
@csrf {{-- Image Part --}}
Image


JPG, PNG, JPEG, SVG images are allowed

@if ($errors->has('background_image'))

{{$errors->first('background_image')}}

@endif
@endif
Statistics
@if (count($statistics) == 0)

NO STATISTIC ADDED

@else
@foreach ($statistics as $key => $statistic) @endforeach
# Icon Title Quantity Serial Number Actions
{{$loop->iteration}} {{convertUtf8($statistic->title)}} {{$statistic->quantity}} {{$statistic->serial_number}} Edit
@csrf
@endif
{{-- Statistic Create Modal --}} @includeif('admin.home.statistics.create') @endsection @section('scripts') @endsection