@extends('layouts.app') @section('css')
@endsection @section('page-header')
{{ __('Edit Feature') }}
{{ __('Admin') }}
{{ __('Frontend Management') }}
{{ __('Features Section') }}
{{ __('Edit Feature') }}
@endsection @section('content')
{{ __('Edit Feature') }}
@method('PUT') @csrf
{{ __('Feature Banner') }}
{{ __('Browse') }}
@error('logo')
{{ $errors->first('logo') }}
@enderror
{{ __('Feature Status') }}
status) checked @endif>
{{ __('Activate Feature') }}
{{ __('Feature Title') }}
@error('title')
{{ $errors->first('title') }}
@enderror
{{ __('Feature Description') }}
{{ $id->description }}
@error('description')
{{ $errors->first('description') }}
@enderror
{{ __('Return') }}
{{ __('Update') }}
@endsection @section('js') @endsection