@extends('mails.template') @section('subject') @endsection @section('content') Hi Admin,

One of our estate agents submitted the postcode request. Please review this ASAP.
For your reference please find below the list of postcodes.
@foreach($value['outcodes'] as $outcode)
{{ $outcode->outcode}}
@endforeach
Thank you.
Team {{config('propai.appName')}} property
@endsection