@extends('layouts.app') @push('styles') @endpush @section('content')

@lang('modules.timeLogs.addWeeklyTimesheet')

{{-- Either user has a team or he is admin --}} @if ( $teamMembersCount > 0 || in_array('admin', user_roles()) ) @lang('modules.timeLogs.approveTimesheet') {{ $pendingApproval }} @endif
@include('timelogs.timelog-menu')
@endsection @push('scripts') @endpush