Growth & Marketing

Homepage Content

@csrf @method('PATCH') @foreach ($sections as $section)

{{ ucfirst(str_replace('_', ' ', $section->key)) }} Section

@endforeach

Create Feature Card

@csrf
@foreach ($features as $feature)
@csrf @method('PATCH')
@csrf @method('DELETE')
@endforeach