@extends('admin.layout') @if(!empty($feature->language) && $feature->language->rtl == 1) @section('styles') @endsection @endif @section('content')
Edit Feature
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 ($be->theme_version != 'car')
@if ($errors->has('color'))

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

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

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

@endif

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

@endsection @section('scripts') @endsection