{{ __('Bill Manage') }}

View Project Bill

@if ($bill->BillStatus == 'passed') VOUCHER @endif @if ($bill->BillMethod == 'emb') RECORD ENTRY EMB BILL ABSTRACT FIRST AND FINAL BILL PART 1 PART 2&3 FORM 47 EXCESS & SAVING STATEMENT CEMENT CONSUMPTION MATERIAL ISSUE MEMORANDUM OF PAYMENT 20 STATEMENT FOR FINAL BILL @endif DOCUMENTS @if ($bill->BillMethod == 'emb') DOWNLOADS @endif
{{ $project->ProjectName }}
{{ $bill->BillNo }}
{{ $bill->BillType }}
{{ strtoupper($bill->BillMethod) }}
{{--
--}}
{{ \Carbon\Carbon::parse($bill->BillRecordingDate)->format('d-m-Y') }}
{{ $bill->BillMBNo }}
{{ $bill->BillPNo }}
{{--
--}}
{{ $bill->BillRemark }}
@if (!empty($bill->BillRemarkDate)) {{ \Carbon\Carbon::parse($bill->BillRemarkDate)->format('d-m-Y') }} @endif
{{--
--}}
{{ $bill->BillAmount }}
{{ strtoupper(str_replace('_', ' ', $bill->BillStatus)) }}
@if (!empty($bill->WorkCompletionDate))
{{ \Carbon\Carbon::parse($bill->WorkCompletionDate)->format('d-m-Y') }}
@endif
{{--
--}}
@if (!empty($added_by)) {{ $added_by->UserFirstName }} {{ $added_by->UserLastName }} ( {{ strtoupper(str_replace('_', ' ', $added_by->name)) }} ) @endif
@if (!empty($currently_at)) {{ $currently_at->UserFirstName }} {{ $currently_at->UserLastName }} ( {{ strtoupper(str_replace('_', ' ', $currently_at->name)) }} ) @endif
@if ($notifications)

Bill Approval Status

@foreach ($notifications as $notification) @endforeach
SENT BY SENT TO SENT FOR COMMENT SENT DATE
{{ $notification->SenderName }} ({{ strtoupper(str_replace('_', ' ', $notification->SenderDesignation)) }}) {{ $notification->ReceiverName }} ({{ strtoupper(str_replace('_', ' ', $notification->ReceiverDesignation)) }}) {{ $notification->NotificationInfo }} {{ $notification->NotificationComment }} {{ \Carbon\Carbon::parse($notification->NotificationDate)->format('d-m-Y H:i a') }}
@endif