@push('css') @endpush
{{ __('haorsys::haor.haor_name') }} |
: {{ $Haor->haor_name_bn }} |
|---|---|
{{ __('haorsys::haor.district') }} |
: {{ $Haor->HaorLocation?->pluck('District.district_bn')->unique()->implode(', ') }} |
{{ __('haorsys::haor.upazila') }} |
: {{ $Haor->HaorLocation?->pluck('Upazila.upazila_bn')->unique()->implode(', ') }} |
{{ __('haorsys::haor.union') }} |
: {{ $Haor->HaorLocation?->pluck('Union.union_bn')->unique()->implode(', ') }} |
{{ __('haorsys::haor.area') }} |
: {{ $Haor->haorArea }} |
{{ __('haorsys::haor.haor_type') }} |
: {{ $Haor->haor_type }} |
{{ __('haorsys::haor.lat') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->lat) : $Haor->lat }} |
{{ __('haorsys::haor.lon') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->lon) : $Haor->lon }} |
{{ __('haorsys::haor.no_of_village') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->no_of_village) : $Haor->no_of_village }} |
|---|---|
{{ __('haorsys::haor.cultivable_area') . ' ' . __('haorsys::haor.hector') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->irrigation_he) : $Haor->irrigation_he }} |
{{ __('haorsys::haor.connecting_river') }} |
: |
{{ __('haorsys::haor.dam') . ' ' . __('haorsys::haor.km') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->embankment_total_km) : $Haor->embankment_total_km }} |
{{ __('haorsys::haor.no_of_dam') . ' ' . __('haorsys::haor.km') }} |
: |
{{ __('haorsys::haor.regulator_no') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->regulator_no) : $Haor->regulator_no }} |
{{ __('haorsys::haor.no_of_bill') }} |
: {{ app()->getLocale() == 'bn' ? numberEnToBn($Haor->no_of_bill) : $Haor->no_of_bill }} |
{{ __('haorsys::haor.budget') }} |
: |
{{ __('haorsys::haor.pic_no') }} |
{{ __('haorsys::haor.pic_name') }} |
{{ __('haorsys::haor.district') }} |
{{ __('haorsys::haor.upazila') }} |
{{ __('haorsys::haor.union') }} |
{{ __('haorsys::haor.member') }} |
{{ __('haorsys::haor.secretary') }} |
{{ __('haorsys::haor.secretary_name') }} |
{{ __('haorsys::haor.allocation') }} |
{{ __('haorsys::default.actions') }} |
|---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ $pic->pic_no ? $pic->pic_no : null }} |
{{ $pic->districtNames ? $pic->districtNames : null }} |
{{ $pic->upazilaNames ? $pic->upazilaNames : null }} |
{{ $pic->unionNames ? $pic->unionNames : null }} |
{{ $pic->no_of_member }} |
{{ $pic->secretary }} |
{{ $pic->member_secretary }} |
|
@ucan('haorsys.progress_report.view')
|