@extends('layouts.admin') @section('content') {{__('Edit Feature')}} {{__('Dashboard')}} {{__('Features')}} {{__('Edit Feature')}} {{__('Edit Feature')}} {{__('On this page you can edir feature and fill in all fields.')}} {{__('Edit Feature')}} @csrf @method("PUT") {{ __('Icon') }} **: @error('icon') {{ $message }} @enderror {{__('Title')}} : @error('title') {{ $message }} @enderror {{__('Short Description')}} : {{ $feature->description }} @error('description') {{ $message }} @enderror {{__('Language')}} : @foreach ($languages as $language) lang == $language->code) selected @endif>{{ $language->name }} @endforeach @error('lang') {{ $message }} @enderror {{__('Update')}} ** {{__('Get icon code')}} {{__('Here')}} @endsection @push('styles') @endpush @push('libraies') @endpush
{{__('On this page you can edir feature and fill in all fields.')}}