@extends('layouts.master') @section('content')
@method('PATCH') {{-- --}}
@php $meta2 = old('meta2', $feature->meta2 ? json_decode($feature->meta2, true) : []); @endphp @foreach ($meta2 as $index => $link)
@endforeach

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