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

Projections #{{ $projections->id }} - {{ ucwords($projections->project->project_name) }}

@lang('modules.lead.edit')
@endsection @push('head-script') @endpush @section('content')
Projection Details
Project Name

{{ ucwords($projections->project->project_name) }}

User Name

{{ $projections->user->name ?? 'NA' }}


Month

{{ $projections->month ?? 'NA' }}

Year

{{ $projections->year ?? 'NA' }}


@lang('app.note')

{{ $projections->comments ?? 'NA' }}

@endsection @push('footer-script') @endpush