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

{{ __('Create Newsletter') }}

Back to Newsletters
@if($errors->any()) @endif
@csrf
You can use HTML for formatting. Insert images with <img> tags.
@endsection