{{--
    @if (auth()->user()->can('civil_view') || $BudgetData->BudgetStatus === 'completed')
  • Unitwise

  • @endif @if (auth()->user()->can('raw_view') || auth()->user()->can('account_view') || $BudgetData->BudgetStatus === 'completed')
  • Raw Water

  • @endif @if (auth()->user()->can('raw_view') || auth()->user()->can('account_view') || $BudgetData->BudgetStatus === 'completed')
  • Receipt

  • @endif @if (auth()->user()->can('raw_view') || auth()->user()->can('account_view') || auth()->user()->can('store_view') || $BudgetData->BudgetStatus === 'completed')
  • Detail sheet

  • @endif @if (auth()->user()->can('previous_budget') || $BudgetData->BudgetStatus === 'completed')
  • Final Budget

  • @endif
--}} @if (Auth::user()->hasRoleWisePermission('civil_view') || $BudgetData->BudgetStatus === 'completed')


STEM WATER DIST.& INFRA CO. PVT. LTD. THANE

@if($type == 'edit') Create E-estimate @endif

@csrf @foreach ($major_heads_types as $major_heads_type) @php $total_outlay = 0; $total_budget = 0; $sr = 1; @endphp @foreach ($Budgets as $Budget) @php $mojor_num = json_decode($Budget->BudgetDetails); @endphp @if ($major_heads_type->id == $mojor_num->select_major_head_type) @php $sr++; @endphp @endif @endforeach
Sr. No. B.H. Name of Work Outlay in Lakh Budget in Lakh Unit Name View Project
{{ $major_heads_type->name }}
{{ $sr }} @php $outlay = $Budget->ProjectOutlayAmount; $total_outlay += $outlay; @endphp @php $num = $mojor_num->provision_amount; $total_budget += $num; @endphp @if($type == 'view') View Project @else Edit Project @endif
Total {{ number_format($total_outlay, 2) }} {{ number_format($total_budget, 2) }}
@endforeach
@if (Auth::user()->hasRoleWisePermission('civil_download') || $BudgetData->BudgetStatus === 'completed') Download PDF @endif
@endif