JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr @php use App\Models\Utility; $stringid = $facebookData->id; $profile_path = \App\Models\Utility::get_file('facebook_module/profile'); $link_no = 0; $company_favicon = Utility::getsettingsbyid($facebookData->created_by); $company_favicon = $company_favicon['company_favicon']; $logo1 = \App\Models\Utility::get_file('uploads/logo/'); @endphp {{ ucFirst($facebookData->name) }}
fb card image

{{ ucFirst($facebookData->name) }}

@php $imageName = $facebookData->profile_image; $isStaticImage = false; if (preg_match('/^fbprofile\d+(\.\w+)?$/', $imageName)) { $isStaticImage = true; } else { $isStaticImage = false; } @endphp @if ($isStaticImage) profile @else profile @endif

{{ isset($facebookContent->headline) ? __(ucFirst($facebookContent->headline)) : '' }}

{{ isset($facebookContent->sub_headline) ? __(ucFirst($facebookContent->sub_headline)) : '' }}