@extends('emails.layouts.email-layout-invoice') @section('content')
@if(!empty($company_logo)) @else @endif
{{ $organization_name }} has sent you an invoice
Review all the details and terms before e-signing the invoice
 
{!! $description !!}
 
@endsection