@extends('admin.layouts.app') @section('title', 'Partners') @section('header-title', 'Partners') @section('content')
| Name | Father/Husband | Mobile | Document | Status | ||
|---|---|---|---|---|---|---|
| {{ $p->name }} | {{ $p->father_husband_name ?? '-' }} | {{ $p->mobile_no ?? $p->phone ?? '-' }} | {{ $p->email ?? '-' }} | {{ ucfirst($p->document_type ?? '-') }} {{ $p->document_no ? '(' . $p->document_no . ')' : '' }} | {{ $p->is_active ? 'Active' : 'Inactive' }} | View Edit |
| No partners yet. | ||||||