@extends('_version_02.commons.layouts.admin') @section('content') @include('_version_02.commons.layouts.partials._alert') {!! Form::model($model, ['class'=>'form-horizontal']) !!}
@php $priority_counter = 1 ; @endphp @foreach($cols as $col) @if($col != 'store_id') @if($col == 'id') @elseif(str_contains($col, 'leaf_')) @elseif(str_contains($col, '_id')) @else @endif @if($col == 'ip_address') @endif @endif @php $priority_counter ++ ; @endphp @endforeach @php $priority_counter = 1 ; @endphp @foreach($house_room_listing as $index => $row) @php $row = (object) $row; $key = ''; $value=''; if($row->ip_address == '') { continue; } @endphp {!!Form::hidden('bulk_upload['.$row->id_house_room.'][leaf_room_id]' , $row->id_house_room ,['id'=> 'bulk_upload['.$row->id_house_room.'][leaf_room_id]' , 'value'=> $row->id_house_room ]) !!} @endforeach
#{{App\Language::trans(ucwords(str_replace('leaf_', ' ', str_replace('_id', '', $col))))}}{{App\Language::trans(ucwords(str_replace('_', ' ', str_replace('_id', '', $col))))}}{{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}}{{App\Language::trans('Unit No.')}}

{{$index+1}}

{{ $row->house_unit }} {{ $row->house_room_name }} {{ ucfirst($row->house_room_type) }} {!! Form::select('bulk_upload['.$row->id_house_room.'][utility_charge_id]', App\UtilityCharge::combobox(), $row->utility_charge_id, ['id' => 'bulk_upload['.$row->id_house_room.'][utility_charge_id]' , 'class'=>'form-control']) !!}
@include('_version_02.commons.layouts.partials._form_floaring_footer_standard') {!! Form::close() !!} @endsection @section('script') @endsection