@if(sizeof($datatables)>0)
@foreach($datatables as $tabledata)
|
@if($tabledata['status'] =='1')
Active
@else
Inactive
@endif
|
@if($tabledata['hiw_image'] != "NA")
@else
NA
@endif
|
{{$tabledata['heading']}}
|
{{$tabledata['content']}}
|
{{$tabledata['video_url']}}
|
@foreach ( $tabledata['sub_data'] as $hiw )
@endforeach
|
@foreach ( $tabledata['sub_data'] as $hiw )
@if($hiw->sub_icon != "NA")
@else
NA
@endif
|
{{--
{{$feature->feature_heading}}
| --}}
@endforeach
|
@foreach ( $tabledata['sub_data'] as $hiw )
@endforeach
|
@endforeach
@else
No Data Available |
@endif