@extends('backend.email.email-master') @section('content')
{{ __('Hi')}} {{ ucwords($details['name']) }},
{{ __('This is an e-mail from') }} {{ config('app.name') }}.
{{-- Content Start --}}{{ __('Thank you for your enquiry we will get back to you as soon as possible') }}.
{{-- Content End --}} @endsection