@extends('admin.layout') @if(!empty($statistic->language) && $statistic->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Edit Statistic
Back
@csrf
@if ($errors->has('icon'))

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

@endif
NB: click on the dropdown sign to select an icon.
@if ($errors->has('title'))

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

@endif
+
@if ($errors->has('quantity'))

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

@endif
@if ($errors->has('serial_number'))

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

@endif

The higher the serial number is, the later the statistic will be shown.

@endsection @section('scripts') @endsection