File "test.blade.php"

Full Path: /home/bettaeza/flyinsyria.com/Email/Views/emails/test.blade.php
File size: 220 bytes
MIME-type: text/plain
Charset: utf-8

@extends('Email::layout')
@section('content')
    <div class="b-container">
        <div class="b-panel">
            <h3>Hello!</h3>
            <p>This is email test.</p>
        </div>
    </div>
@endsection