Website Details
Website Information
@if ($details->count())
@else
| # | Logo | Phone | Toll Free | Address | Brochure | Updated At | Actions | |
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} |
@if ($detail->logo)
|
{{ $detail->email ?? '—' }} | {{ $detail->phone ?? '—' }} | {{ $detail->toll_free ?? '—' }} | {{ $detail->address ?? '—' }} |
@if ($detail->brochure)
@php
$ext = pathinfo(
$detail->brochure,
PATHINFO_EXTENSION,
);
@endphp
@if (in_array($ext, ['jpg', 'jpeg', 'png', 'webp']))
|
{{ $detail->updated_at ? $detail->updated_at->format('d M, Y') : '—' }} | Edit |
No Website Details found. Please add one.
@endif