@extends('layout.app') @section('title') View Mail @endsection @section('pagetitle') View Mail @endsection @section('content')
Recipient{{$ems->recipient}}
Subject{{$ems->subject}}
Message{!!$ems->message!!}
@endsection @section('scripts') @endsection