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