@extends('user.layout') @if (!empty($feature->language) && $feature->language->rtl == 1) @section('styles') @endsection @endif @section('content')
{{ __('Edit Feature') }}
{{ __('Back') }}
@csrf @if ($userBs->theme != 'home_ten')
...

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

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

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

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

@endif
@if ($userBs->theme == 'home_eleven')
@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