@extends('layouts.app') @section('template_title') Главная {{ Auth::user()->name }} @endsection @section('template_fastload_css') @endsection @section('content')
@include('panels.welcome-panel')
@endsection @section('footer_scripts') @endsection