@component('mail::layout') {{-- Header --}} @slot('header') @component('mail::header', ['url' => '']) @if($data['company']['logo']) @else {{$data['company']['name']}} @endif @endcomponent @endslot {{-- Body --}} {{-- Subcopy --}} @slot('subcopy') @component('mail::subcopy') You have received a new payment from {{$data['company']['name']}} @component('mail::button', ['url' => url('/payments/pdf/'.$data['payment']['unique_hash'])]) View Payment @endcomponent @endcomponent @endslot {{-- Footer --}} @slot('footer') @component('mail::footer') Powered by Crater @endcomponent @endslot @endcomponent