@extends('layouts.master')
@section('content')
@method('PATCH')
{{-- --}}
Save
@endsection
@push('custom_js')
{{-- @include('_helpers.slugify', ['title' => 'name']) --}}
@include('_helpers.image_preview', ['name' => 'image'])
@include('_helpers.ajax_form')
{{-- JS for dynamic fields --}}
@endpush