@component('home.layouts.component', ['title' => 'صفحه اصلی'])

    @slot('style')
    @endslot

    @slot('content_top')
    @endslot

    @slot('content')
      <h1>
          home pageeeeeee
      </h1>
    @endslot

    @slot('script')
    @endslot

@endcomponent