@extends('layouts.app') @section('title', trans('menu.team_members_title')) @section('content') @php $u = auth()->user();@endphp

@include('layouts.partials.time-tracker')
@stop @section('footer-script') @stop