@extends('layouts.updater') @foreach($information as $info) @Push('updater-head') {{ $userinfo->name }} 🌇 {{ ucfirst(trans($info->theme)) }} @endpush @Push('updater-body') @if(file_exists(base_path("themes/$info->theme/readme.md")))

Theme: {{ ucfirst(trans($info->theme)) }}

theme . '/readme.md'); if(preg_match($reg_exUrl, $text, $url)) { $txtspc = '
' . preg_replace($reg_exUrl, "$url[0] ", $text) . '
'; echo preg_replace('/[ \t]+/', ' ', preg_replace('/\s\S*$^\s\S*/m', "\n", $txtspc)); } else { echo '
' . preg_replace('/[ \t]+/', ' ', preg_replace('/\s\S*$^\s\S*/m', "\n", $txtspc)) . '
'; } ?>
@else

File not found

@endif @endforeach @endpush