@extends('layouts.admin') @section('header') Edit Case Study @endsection @section('content')

{{ __('Edit Newsletter') }}

Back to Newsletters
@if($errors->any()) @endif
@csrf @method('PUT')
You can use HTML for formatting. Insert images with <img> tags.
track_opens) ? 'checked' : '' }} class="rounded border-gray-300 text-rose-600 shadow-sm focus:border-rose-500 focus:ring focus:ring-rose-500 focus:ring-opacity-50">
track_clicks) ? 'checked' : '' }} class="rounded border-gray-300 text-rose-600 shadow-sm focus:border-rose-500 focus:ring focus:ring-rose-500 focus:ring-opacity-50">
@csrf
@endsection