@php $Subscribe_Status = \App\System::where('key', 'Subscribe_Status')->value('value'); $System_Status = \App\System::where('key', 'System_Status')->value('value'); $currentDate = Carbon::today(); $endLimitSubscribe = env('End_Limit_To_Subscribe'); [$month, $day] = explode('/', $endLimitSubscribe); @endphp @if($Subscribe_Status == 0 && $currentDate->month == $month && $currentDate->day == $day || $System_Status == 0) @endif

{{ config('app.name', 'ROOT') }} - V{{config('author.app_version')}} | Copyright © {{ date('Y') }} All rights reserved.