123456789101112131415161718 |
- @component('home.layouts.component', ['title' => 'صفحه اصلی'])
- @slot('style')
- @endslot
- @slot('content_top')
- @endslot
- @slot('content')
- <h1 style="height: 600px">
- home pageeeeeee
- </h1>
- @endslot
- @slot('script')
- @endslot
- @endcomponent
|