@extends('layouts.admin') @section('content')

{{__('Edit Feature')}}

{{__('Edit Feature')}}

{{__('On this page you can edir feature and fill in all fields.')}}

{{__('Edit Feature')}}

@csrf @method("PUT")
@error('icon')
{{ $message }}
@enderror
@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('lang')
{{ $message }}
@enderror
** {{__('Get icon code')}} {{__('Here')}}
@endsection @push('styles') @endpush @push('libraies') @endpush