{{ __('Bill Edit') }}

Edit EMB Bill

@include('bill.header')
{{ $row->ProjectName }}
{{ $bill->BillNo }}
{{ $bill->BillType }}
{{ strtoupper($bill->BillMethod) }}
{{ date('d-m-Y', strtotime($bill->BillRecordingDate)) }}
{{ $bill->BillMBNo }}
{{ $bill->BillPNo }}
{{ $bill->BillRemark }}
@if (!empty($bill->BillRemarkDate)) {{ date('d-m-Y', strtotime($bill->BillRemarkDate)) }} @endif
{{ $bill->BillAmount }}
{{ strtoupper(str_replace('_', ' ', $bill->BillStatus)) }}
@if (!empty($bill->WorkCompletionDate))
{{ date('d-m-Y', strtotime($bill->WorkCompletionDate)) }}
@endif
@if (!empty($added_by)) {{ $added_by->UserFirstName . ' ' . $added_by->UserLastName . ' ( ' . strtoupper(str_replace('_', ' ', $added_by->UserType)) . ' )' }} @endif
@if (!empty($currently_at)) {{ $currently_at->UserFirstName . ' ' . $currently_at->UserLastName . ' ( ' . strtoupper(str_replace('_', ' ', $currently_at->UserType)) . ' )' }} @endif