@extends('layouts.master')
@section('content')
@method('PATCH')
{{--
--}}
Save
@if ($errors->any())
Validation Errors:
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@php
$selected = $feature->type;
@endphp
@endsection
@push('custom_js')
{{-- @include('_helpers.slugify', ['title' => 'name']) --}}
@include('_helpers.image_preview', ['name' => 'image'])
@include('_helpers.ajax_form')
@endpush