@php use App\Models\Information; $information = Information::first(); @endphp @yield('title', $information->site_name) @stack('css') {!! $information->tracking_code !!} @if($information->fb_pixel_id) @endif