@if (headers.length > 0) {
@if(icons && icons[0]){
}
@if(headers[0]){
{{headers[0]}}
}
}
@if (headers.length > 1) {
@if(icons && icons[1]){
}
@if(headers[1]){
{{headers[1]}}
}
}
@if (headers.length > 2) {
@if(icons && icons[2]){
}
@if(headers[2]){
{{headers[2]}}
}
}
@if (headers.length > 3) {
@if(icons && icons[3]){
}
@if(headers[3]){
{{headers[3]}}
}
}
@if (headers.length > 4) {
@if(icons && icons[4]){
}
@if(headers[4]){
{{headers[4]}}
}
}
@if (headers.length > 5) {
@if(icons && icons[5]){
}
@if(headers[5]){
{{headers[5]}}
}
}
@if (headers.length > 6) {
@if(icons && icons[6]){
}
@if(headers[6]){
{{headers[6]}}
}
}
@if (headers.length > 7) {
@if(icons && icons[7]){
}
@if(headers[7]){
{{headers[7]}}
}
}
@if (headers.length > 8) {
@if(icons && icons[8]){
}
@if(headers[8]){
{{headers[8]}}
}
}
@if (headers.length > 9) {
@if(icons && icons[9]){
}
@if(headers[9]){
{{headers[9]}}
}
}
@if (headers.length > 0 ) {
@if (activeIndex == 0) {
}
}
@if (headers.length > 1) {
@if (activeIndex == 1) {
}
}
@if (headers.length > 2 ) {
@if (activeIndex == 2) {
}
}
@if (headers.length > 3) {
@if (activeIndex == 3) {
}
}
@if (headers.length > 4) {
@if (activeIndex == 4) {
}
}
@if (headers.length > 5) {
@if (activeIndex == 5) {
}
}
@if (headers.length > 6) {
@if (activeIndex == 6) {
}
}
@if (headers.length > 7) {
@if (activeIndex == 7) {
}
}
@if (headers.length > 8) {
@if (activeIndex == 8) {
}
}
@if (headers.length > 9) {
@if (activeIndex == 9) {
}
}