@extends('layouts.app') @section('title', $organization->name) @section('content')
{{ $organization->level?->name }} @if($organization->code) {{ $organization->code }} @endif @if($organization->location) 📍 {{ $organization->location }} @endif
| Name | Phone | Status |
|---|---|---|
| {{ $member->full_name }} | {{ $member->phone ?? '-' }} | {{ $member->status }} |