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

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

@endif
NB: click on the dropdown sign to select an icon.
@if ($be->theme_version == 'cleaning')
@if ($errors->has('color'))

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

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

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

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

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

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

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

@endif

The higher the serial number is, the later the point will be shown in approach section.

@endsection @section('scripts') @endsection