@extends('layouts.updater')
@foreach($information as $info)
@Push('updater-head')
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