@extends('layouts.admin') @section('title', 'Send Email to users') @section('heading', 'Send Email to users') @section('content')
@csrf
{!! old('body') !!}
@endsection @section('scripts') @endsection