@extends('Email::layout') @section('content')

{{__('Here are new contact information:')}}


@if(!empty($contact->job)) @endif
{{__('Name')}} {{$contact->name}}
{{__('Email')}} {{$contact->email}}
{{__('Message')}} {{$contact->message}}
{{__('Job')}} {{$contact->job->title}}
@endsection