@extends('layouts.admin_layout') @section('title', 'Edit Seasonal Newsletter') @section('content')

Edit Seasonal Newsletter

Edit Seasonal Newsletter

@csrf
@php $i = 0; @endphp @foreach($seasonal_newsletter_contents as $seasonal_newsletter_content_row)

@if(!empty($i))
@endif
@php $i++; @endphp @endforeach
@endsection