@extends('backend.master') @section('title', 'Company Setups') @section('content')
| # | Name | About | Phone | Telegram | Address | Favicon | Logo | Created | Updated | Actions | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $setup->id }} | {{ $setup->company_name ?? '—' }} | {{-- About (truncate) --}}{{ \Illuminate\Support\Str::limit($setup->about_company, 80) ?: '—' }} | {{ $setup->phone_number ?? '—' }} | {{ $setup->whatsapp_number ?? '—' }} | {{ $setup->email ?? '—' }} | {{-- Telegram --}}@if($setup->telegram_link) {{ \Illuminate\Support\Str::limit($setup->telegram_link, 24) }} @else — @endif | {{-- Facebook --}}@if($setup->facebook_link) {{ \Illuminate\Support\Str::limit($setup->facebook_link, 24) }} @else — @endif | {{-- Address (truncate) --}}{{ \Illuminate\Support\Str::limit($setup->address, 50) ?: '—' }} | {{-- Favicon --}}
@if($setup->fav_icon)
|
{{-- Logo --}}
@if($setup->logo)
|
{{ optional($setup->created_at)->format('d M Y, h:i A') }} | {{ optional($setup->updated_at)->format('d M Y, h:i A') }} |
Edit
{{-- OPTION A: confirm সহ --}}
{{-- OPTION B: confirm ছাড়াই (উপরে যেটা ব্যবহার করেছেন, এটা মুছে দিন)
--}}
|
| No records found. | |||||||||||||