@component('mail::message')
Thank You For Contacting US. We will get back to you as soon as possible
Details
Name:- {{ ucwords($request->name) }}
Email:- {{ $request->email }}
Phone:- {{ $request->phone }}
Message:- {{ $request->message }}
Request From IP:- {{ \Request::ip() }}
from {{ ($request->type == 1)?'Login':'User' }}
Please if you wish to not receive email, Click Unsubscribe
Copyright (C) 2020 GolarsTank LLC and/or its affiliates. All rights reserved. GolarsTank Confidential.
Thanks,
{{ config('app.name') }}
@endcomponent