HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/topswtw.komma.pro/app/views/emails/maintenance/received_admin.blade.php
<?php

$cell = "font-size: 12px; font-family: Arial, sans-serif; line-height: 16px;";
$pAsCell = 'font-size: 12px; font-family: Arial, sans-serif; line-height: 16px; padding-bottom: 12px;';
$h2AsCell = 'font-size: 20px; font-family: Arial, sans-serif; line-height: 24px; padding-bottom: 20px; font-weight:bold; color: #00b0ea;';

?>
@section('emailImage')/images/static/maintenance/header_email_{{Shop::getLanguageService()->getCurrentLanguage()}}.jpg
@endsection

@extends('emails.layouts.tops')

@section('title')
    {{ Lang::get('pages/maintenance.email.title') }}
@endsection

@section('content')
    <table border="0" cellspacing="0" cellpadding="0">
        <tr>


            <td colspan="2" style="{{ $h2AsCell }}">
                <strong>

                </strong>
            </td>
        </tr>
        <tr>
            <td style="{{ $pAsCell }}" width="66%">
                {{ Lang::get('pages/maintenance.admin_email.message', ['topsName'=> Lang::get('tops.name_without_bv')]) }}
            </td>
            <td style="{{ $pAsCell }}" align="right" valign="top">

            </td>
        </tr>
        <tr>
            <td colspan="2">
                <table width="100%">
                    <tr>
                        <td style="{{ $pAsCell }}"
                            valign="top">  {{ Lang::get('emails/order/received.content.orderNumber') }}</td>
                        <td style="{{ $pAsCell }}">{{ $order_number }}</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}"
                            valign="top">  {{ Lang::get('pages/maintenance.admin_email.name') }}</td>
                        <td style="{{ $pAsCell }}">  {{$invoice_first_name}}{{(empty($invoice_insertion)?' '.$invoice_insertion.' ':' ')}} {{$invoice_last_name}}</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}"
                            valign="top">  {{ Lang::get('pages/maintenance.admin_email.address') }}</td>
                        <td style="{{ $pAsCell }}">                            {{$invoice_street}}{{(empty($invoice_suffix)?' '.$invoice_suffix.' ':' ')}} {{$invoice_number}}
                            {{$invoice_postal}} {{$invoice_city}}<br/>
                            {{Lang::get('countries.'.$invoice_country)}}</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}" valign="top">@lang('pages/maintenance.admin_email.telephone')</td>
                        <td style="{{ $pAsCell }}">{{$invoice_telephone}}</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}" valign="top">@lang('pages/maintenance.admin_email.email')</td>
                        <td style="{{ $pAsCell }}">{{ $invoice_email }}</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}" valign="top">@lang('pages/maintenance.email.requested')</td>
                        <td style="{{ $pAsCell }}">{{ $maintenance_title }}</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}" valign="top">@lang('pages/maintenance.email.duration')</td>
                        <td style="{{ $pAsCell }}">
                            +/- {{ $maintenance_duration  }} @lang('pages/maintenance.minutes')</td>
                    </tr>
                    <tr>
                        <td style="{{ $pAsCell }}" valign="top">@lang('pages/maintenance.email.cost')</td>
                        <td style="{{ $pAsCell }}">€ {{ $maintenance_price/100  }}</td>
                    </tr>
                </table>
            </td>
        </tr>


    </table>
@endsection