@extends('backend.layouts.form') @section('title', $feature->title) @section('back', route('admin.features.index')) @section('container', 'container-max-lg') @section('content')
@csrf @method('PUT')
{{ __('Allowed (PNG, JPG, JPEG)') }} {{ __('Image will be resized into (120x120)') }}
@endsection