10 lines
356 B
PHP
10 lines
356 B
PHP
@extends('manufacturing::layouts.master')
|
|
|
|
@section('content')
|
|
<h1>{{ __('manufacturing::lang.manufacturing_module') }}</h1>
|
|
|
|
<p class="lead text-right">
|
|
این صفحه از ماژول {!! config('manufacturing.name') !!} بارگذاری شده است و آماده استفاده در محیط فارسی میباشد.
|
|
</p>
|
|
@stop
|