@extends('emails.master') @section('header') @include('emails.partials.header') @endsection @section('content')

Hi {{$data['admin_name']}},

{{$data['user_name']}} is a {{$data['type']}} and would like to have more information about partnerships send to this email: {{$data['user_email']}}.

@endsection @section('footer') @include('emails.partials.footer') @endsection