@extends('layouts.app') @section('page-title')

@lang($pageTitle) #{{ $project->id }} - {{ ucwords($project->project_name) }}

@if(hasAccessOf('projects')['is_write'])
@lang('app.edit')
@endif
@endsection @push('head-script') @endpush @section('content')
@include('admin.projects.show_project_menu')
@if(hasAccessOf('time_logs')['is_write']) @endif
@csrf

0 Hrs

# @lang('modules.timeLogs.whoLogged') @lang('modules.timeLogs.startTime') @lang('modules.timeLogs.endTime') @lang('modules.timeLogs.totalHours') @lang('modules.timeLogs.memo') @lang('modules.timeLogs.lastUpdatedBy') @lang('app.action')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script')