@extends('layouts.master')
@section('page-css')
@include('partials.trainingCSS')
@endsection
@section('main-content')
@include('partials.todoComment')
@endsection
@section('bottom-js')
@include('partials.todoJS')
@include('partials.todoCommentJs')
@endsection