@extends('layouts.app') @section('css') @endsection @section('page-header') @endsection @section('content')

{{ __('Edit Feature') }}

@method('PUT') @csrf
Main Logo
@error('logo')

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

@enderror
{{ __('Feature Status') }}
{{ __('Feature Title') }}
@error('title')

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

@enderror
{{ __('Feature Description') }}
@error('description')

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

@enderror
{{ __('Return') }}
@endsection @section('js') @endsection