Website Details

Website Information

@if ($details->count()) @foreach ($details as $index => $detail) @endforeach
# Logo Email Phone Toll Free Address Brochure Updated At Actions
{{ $index + 1 }} @if ($detail->logo) Logo @else No Logo @endif {{ $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'])) @else View File @endif @else Not Available @endif {{ $detail->updated_at ? $detail->updated_at->format('d M, Y') : '—' }} Edit
@csrf @method('DELETE')
@else
No Website Details found. Please add one.
@endif