@extends('central.super.layout') @section('title', __('super.features.edit_title')) @section('content')
@csrf @method('PUT')
@if($feature->image)

{{ __('super.common.current') }}: {{ __('super.common.view') }}

@endif
{{ __('super.common.cancel') }}
@endsection