@php $timezone = DB::table('settings')->where('id', 1)->value('site_timezone') ?? 'America/New_York'; @endphp