10 lines
229 B
PHP
10 lines
229 B
PHP
@extends('spreadsheet::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>سلام دنیا</h1>
|
|
|
|
<p>
|
|
این نمای از ماژول بارگذاری شده است: {!! config('spreadsheet.name') !!}
|
|
</p>
|
|
@endsection
|