File "index.blade.php"

Full path: /home/qooetu/costes.qooetu.com/Modules/Reseller/Resources/views/index.blade.php
File size: 189 B (189 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

@extends('reseller::layouts.master')

@section('content')
    <h1>Hello World</h1>

    <p>
        This view is loaded from module: {!! config('reseller.name') !!}
    </p>
@stop