@extends('admin.layout') @if (!empty($feature->language) && $feature->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Edit Intro Point
Back
@csrf @if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'bakery')
@if ($errors->has('icon'))

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

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

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

@endif
@if ($activeTheme == 'coffee' || $activeTheme == 'medicine' || $activeTheme == 'beverage')

@endif @if ( $activeTheme == 'multipurpose' || $activeTheme == 'pizza' || $activeTheme == 'grocery' || $activeTheme == 'medicine' || $activeTheme == 'bakery')
@if ($errors->has('text'))

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

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

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

@endif

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

@endsection @section('scripts') @endsection