@extends('base') @section('header') @include('components.time.header') @endsection @section('title') Учёт игрового времени @endsection @section('content')
@include('components.time.table') @include('components.time.card')
@endsection