@include('emails.header')
Name {{$postdata['name']}}
Email {{$postdata['email']}}
Subject {{$postdata['subject']}}
Message {{$postdata['message']}}
@include('emails.footer')