@extends('admin.master') @section('title', __('keywords.edit_feature')) @section('content')

{{ __('keywords.edit_feature') }}

@method('PUT') @csrf
@endsection