File "layout.blade.php"

Full Path: /home/isoftco/public_html/hrm/resources/views/mail/layout.blade.php
File size: 595 bytes
MIME-type: text/html
Charset: utf-8

<table width="100%" border="1" style="border-collapse:collapse; border-color:white;">
    <tr>
        <td style="background-color:#FFFFFF;padding:10px; text-align: center">
            <img src="{{$setting['logo_image_url']}}" height="50px">
        </td>
    </tr>
    <tr>
        <td style="padding: 30px 100px 10px 50px">
            @yield('email_content')

            <b> {{ config('app.name') }}</b><br/>
            <font size="1">
                <a href="{{ config('app.url') }}">{{ config('app.url') }}</a>
                <br/>
            </font>
        </td>
    </tr>
</table>