@extends('layouts/contentNavbarLayout') @section('title', 'Contact Information Management') @section('content')
Manage social media links, contact details, and company information
| Type | Title | Value | Icon | Status | Order | Actions | |
|---|---|---|---|---|---|---|---|
| @php $typeClasses = [ 'contact' => 'bg-primary', 'social_media' => 'bg-info', 'address' => 'bg-secondary', 'email' => 'bg-success', 'phone' => 'bg-warning', 'website' => 'bg-dark' ]; @endphp {{ ucfirst(str_replace('_', ' ', $contactInfo->type)) }} |
@if($contactInfo->icon)
@endif
{{ $contactInfo->title }}@if($contactInfo->description) {{ Str::limit($contactInfo->description, 50) }} @endif |
{{ $contactInfo->value }} | @if($contactInfo->icon) @else - @endif | @if($contactInfo->is_active) Active @else Inactive @endif | {{ $contactInfo->sort_order }} |
|
|
No contact information foundThere are no contact information entries matching your criteria. Add First Entry |
|||||||