{{-- resources/views/reports/masterlist.blade.php --}} @extends('layouts.app') @section('title', 'Reports · Master List') @section('content')
| # | Business ID | Business Name | Owner | Barangay | Line of Business | Status | Contact |
|---|---|---|---|---|---|---|---|
| {{ $b[0] }} | {{ $b[1] }} | {{ $b[2] }} | {{ $b[3] }} | {{ $b[4] }} | {{ $b[5] }} | {{ $b[6] }} | {{ $b[7] ?: '—' }} |