@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('admin/settings/general.php_info') }} @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')

{{ trans('admin/settings/general.php_info') }}

(.*?).*?(.*)%s', ob_get_clean(), $matches); # $matches [1]; # Style information # $matches [2]; # Body information echo "
\n", $matches[2], "\n
\n"; ?>
@stop