@extends('backend.layouts.form') @section('title', $feature->title) @section('back', route('admin.features.index')) @section('container', 'container-max-lg') @section('content')
@csrf @method('PUT')
{{ admin_trans('Allowed (PNG, JPG, JPEG, SVG)') }}
@endsection