{{__('Subject : ').'Testing purpose mail send'}}

{{__('Hi Dear,')}}

{{__('This mail send only for testing purpose.')}}

{{__('Feel free to reach out if you have any questions.')}}

{{__('Thank you for your business!')}}

{{__('Regards,')}}

@if(\Auth::user()->type == 'admin') {{ env('APP_NAME') }} @else {{ !empty( company_setting('company_name')) ? company_setting('company_name') : env('APP_NAME') }} @endif