@extends('layouts.app') @section('title','Other Names') @section('breadcrumb')
{{ $stats['total'] }} total · {{ $stats['active'] }} active
| Name | Code | Type | Phone | Status | Actions | |
|---|---|---|---|---|---|---|
{{ $other->name }} |
{{ $other->code??'—' }} | {{ $other->type??'—' }} | {{ $other->phone??'—' }} | {{ $other->email??'—' }} | {{ $other->is_active?'Active':'Inactive' }} |
@if(auth()->user()->hasPermission('masters','edit'))@endif
@if(auth()->user()->hasPermission('masters','delete'))@endif
|
| No other names found. | ||||||