@extends('mail.layout') @section('content') You Have new contact request,

Contact Request Details

{{ __('mail.operation_id')}} : #{{ date('Y')}}-00{{ $row->id }}
{{ __('mail.name')}} : {{ $row->name }}
{{ __('mail.email')}} : @if($row->email) {{ $row->email }} @else - @endif
{{ __('mail.phone')}} : {{ $row->phone }}
{{ __('mail.submission_date')}} : {{ $row->created_at->format('Y-m-d') }}
{{ __('mail.submission_time')}} : {{ $row->created_at->format('H:i') }}

Zen Realestates - İstanbul | © {{ date('Y')}} www.zenrealestates.com {{ SG::gv('phone') }}

@stop