X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/restate/platform/packages/sitemap/resources/views
home
/
gfecatvj
/
sites
/
restate
/
platform
/
packages
/
sitemap
/
resources
/
views
/
📁
..
📄
google-news.blade.php
(2.12 KB)
📄
html.blade.php
(469 B)
📄
ror-rdf.blade.php
(783 B)
📄
ror-rss.blade.php
(750 B)
📄
sitemapindex.blade.php
(561 B)
📄
txt.blade.php
(62 B)
📄
xml-mobile.blade.php
(473 B)
📄
xml.blade.php
(6.23 KB)
Editing: html.blade.php
<!DOCTYPE html> <html> <head> <title>{{ $channel['title'] }}</title> </head> <body> <h1><a href="{{ $channel['link'] }}">{{ $channel['title'] }}</a></h1> <ul> @foreach ($items as $item) <li> <a href="{{ $item['loc'] }}">{{ empty($item['title']) ? $item['loc'] : $item['title'] }}</a> <small>(last updated: {{ date('Y-m-d\TH:i:sP', strtotime($item['lastmod'])) }})</small> </li> @endforeach </ul> </body> </html>
Upload File
Create Folder