@extends('mommy.layouts.contentLayoutMaster')
@section('title','Welcome')
@section('vendor-styles')
@endsection
@section('page-styles')
@endsection
@section('content')
{{-- 成績 --}}
@include('mommy.dashboard.panels.performance')
{{-- 通知 --}}
@include('mommy.dashboard.panels.news')
@endsection
@section('vendor-scripts')
@endsection
@section('page-scripts')
@endsection