@layout('layouts/portal')
@section('body')
  <header>
    <div class="header-shadow">
        <div class="container">
            @include('partials/header_infos/links')
            @include('partials/header_infos/mantle_infos')
        </div><!--container-->
    </div>
  </header><!--header-->
  <div class="content">
    <div class="newblock">
      @include('partials/header_infos/last_videos')
      @include('partials/header_infos/last_news')
      @include('partials/header_infos/ranking_home')
    </div><!--newsBlock-->

    <div class="block">
    </div>
    @include('partials/portal/channels')
@endsection
