@extends('email.layout') @section('content')

Hi Admin,

@if(isset($content_var))

{!! $content_var['message'] !!}

From,

{{ $content_var['name'] }}

@endif
@endsection