@extends('layouts.ln_app') @section('content')
  • @foreach($rows[1] as $header) @endforeach @foreach($rows as $index => $row) @if($index > 1) @if(str_contains($row['A'],"Zone")) @continue @endif @foreach($row as $id=>$cell) @endforeach @endif @endforeach
    {{ $header }}
    {{$row['A']}}
    {{ $cell }}
@endsection