@extends('layouts.client-app') @section('page-title')
@lang($pageTitle) #{{ $project->id }} -
{{ ucwords($project->project_name) }}
@lang('app.menu.home')
@lang($pageTitle)
@lang('modules.projects.expenses')
@endsection @push('head-script') @endpush @section('content')
@include('client.projects.show_project_menu')
@lang('app.menu.projectRating')
@lang('app.comment')
@if(!is_null($project->rating)) {{ $project->rating->comment }} @endif
@if(!is_null($project->rating)) @lang('app.update') @else @lang('app.save') @endif
@if(!is_null($project->rating)) {!! ucfirst(nl2br($project->rating->comment)) !!} @endif
rating)) value="{{ $project->rating->id }}" @endif >
rating)) onclick="editComment({{ $project->rating->id }});" @endif class="btn btn-sm btn-info btn-rounded btn-outline edit-type">
@lang('app.edit')
rating)) onclick="deleteComment({{ $project->rating->id }});" @endif class="btn btn-sm btn-danger btn-rounded btn-outline delete-type">
@lang('app.remove')
@endsection @push('footer-script') @endpush