@component('mail::layout', ['company' => $company])
@component('mail::header', ['image' => ''])

{!! $title !!}

@endcomponent

{!! $body !!}

@if ($with_link) @component('mail::button', ['link' => $link]) @if ($link_type == 1) Track your order @else Review us @endif @endcomponent @endif
@endcomponent