@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)
@endif
@if (count($statistics) == 0)
NO STATISTIC ADDED
@else
| # |
Icon |
Title |
Quantity |
Serial Number |
Actions |
@foreach ($statistics as $key => $statistic)
| {{$loop->iteration}} |
|
{{convertUtf8($statistic->title)}} |
{{$statistic->quantity}} |
{{$statistic->serial_number}} |
Edit
|
@endforeach
@endif
{{-- Statistic Create Modal --}}
@includeif('admin.home.statistics.create')
@endsection
@section('scripts')
@endsection