@extends('mails.template') @section('subject') @endsection @section('content') Hi {{ $value['recieverName'] }},

Thank you for submitting the postcode request. One of our team members will review this and will get back to you ASAP.
For your reference please find below the list of postcodes that you have requested.
@foreach($value['outcodes'] as $outcode)
{{ $outcode->outcode}}
@endforeach
Thank you.
Team {{config('propai.appName')}} property
@endsection