@push('css') @endpush
| {{ __('haorsys::haor.serial_no') }} | {{ __('haorsys::haor.job_description') }} | {{ __('haorsys::haor.type_work') }} | {{ __('haorsys::haor.zila') }} | {{ __('haorsys::haor.upazila') }} | {{ __('haorsys::haor.union') }} | {{ __('haorsys::haor.chainage_start') }}(কিঃমিঃ) | {{ __('haorsys::haor.chainage_end') }}(কিঃমিঃ) | {{ __('haorsys::haor.amount_work') }}(কিঃমিঃ) | {{ __('haorsys::haor.amount_soil') }}(ঘঃমিঃ) | {{ __('haorsys::haor.preliminary_demand') }}(লক্ষ টাকা) | {{ __('haorsys::haor.remarks') }} | {{ __('haorsys::haor.action') }} | ||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ১ | ২ | ৩ | ৪ | ৫ | ৬ | ৭ | ৮ | ৯ | ১০ | ১১ | ১২ | ১৩ | ||
| {{ app()->getLocale() == 'bn' ? numberEnToBn($loop->iteration) : $loop->iteration }} | {{ $subScheme->description ?? null }} | {{ $subScheme->scheme_type ?? null }} | {{--{{ $Haor->HaorLocation?->pluck('District.district_bn')->unique()->implode(', ') }} | {{ $Haor->HaorLocation?->pluck('Upazila.upazila_bn')->unique()->implode(', ') }} | --}}{{ $subScheme?->District?->district_bn ?? '' }} | {{ $subScheme?->Upazila?->upazila_bn ?? '' }} | {{ $subScheme?->Union?->union_bn ?? '' }} |
@foreach ($subScheme->SubSchemeChainage as $chainage)
{{ app()->getLocale() == 'bn' ? numberEnToBn($chainage->chainage_from) : $chainage->chainage_from }} @endforeach |
@foreach ($subScheme->SubSchemeChainage as $chainage)
{{ app()->getLocale() == 'bn' ? numberEnToBn($chainage->chainage_to) : $chainage->chainage_to }} @endforeach |
{{ app()->getLocale() == 'bn' ? numberEnToBn($subScheme->work_total_km ?? null) : $subScheme->work_total_km ?? null }} | {{ app()->getLocale() == 'bn' ? numberEnToBn($subScheme->soil_total_cm ?? null) : $subScheme->soil_total_cm ?? null }} | {{ app()->getLocale() == 'bn' ? numberEnToBn($subScheme->estimated_amount ?? null) : $subScheme->estimated_amount ?? null }} | {{ $subScheme->comments ?? null }} |
@ucan('haorsys.sub_scheme_list.update')
|
{{ __('haorsys::haor.chainage') }} |
|||||
|---|---|---|---|---|---|
| {{ __('haorsys::haor.scheme_type') }} | {{ __('haorsys::haor.volume_of_soil') }} | {{ __('haorsys::haor.start') . ' ' . __('haorsys::haor.km') }} | {{ __('haorsys::haor.end') . ' ' . __('haorsys::haor.km') }} | {{ __('haorsys::haor.total') }} | {{ __('haorsys::default.actions') }} |
|
{{-- |
|
||||
|
|
|||||
|
|
|||||