@extends('layouts.master') @section('contents')

Generate Invoice

Work Order Hierarchy

Create Invoice

@csrf
@if(!empty($attend_rows))
No. of Attendance Generated Employee Of is - {{$attend_rows}}
@endif @if(!empty($sal_rows))
Total No. of Salary calculated Employee Of is - {{ $sal_rows}}
@endif
@if(!empty($data_qry))
Selected Month:{{$month??NULL}}
@forelse($data_qry as $key => $value) @empty @endforelse
Organisation Work Order Month End User Invoice Number Action
{{$value->project->organizations->name}} {{$value->wo_number}} {{$month}} {{$value->project->project_name}} 09
No Record Found
@endif
@endsection @section('script') @endsection