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

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

@endsection @push('head-script') @endpush @section('content')
@include('admin.projects.show_project_menu')

@lang('app.menu.projectRating')

visible_rating_employee == 1) checked @endif class="js-switch pull-right" data-size="small" data-color="#00c292" data-secondary-color="#f96262"/>
@if(!is_null($project->rating))
@if(!is_null($project->rating)) {!! ucfirst(nl2br($project->rating->comment)) !!} @endif
@else
@lang('messages.noRatingFound')
@endif
@endsection @push('footer-script') @endpush