@extends('layouts.app') @section('nav', 'Owners') @section('title', 'Owners') @section('content')
| # | Full Name | Mobile No | {{-- --}}Address | Barangay | City/Municipality | Province | Zipcode | Created | ||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $owner->id }} | {{ trim(($owner->last_name ?? '') . ', ' . ($owner->first_name ?? '') . ' ' . ($owner->middle_name ?? '')) }} | {{ $owner->mobile_no }} | {{ $owner->email }} | {{ $owner->address_line }} | {{ $owner->barangay }} | {{ $owner->city_municipality }} | {{ $owner->province }} | {{ $owner->zipcode }} | {{ $owner->created_at }} | |
| No records yet. | ||||||||||