@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'); $url_pattern = '/(http|https|ftp|ftps)\:\/\/[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\/\S*)?/'; $str= preg_replace($url_pattern, '$0', $str); $txtspc = '
' . $str . '
'; echo preg_replace('/[ \t]+/', ' ', preg_replace('/\s\S*$^\s\S*/m', "\n", $txtspc)); ?>
@else

File not found

@endif @endforeach @endpush