@extends('website.layouts.app') @section('meta_title', "Techne | sitemap") @section('meta_description', "Techne Summit sitemap Page") @section('meta_keywords', 'Techne, sitemap, Event') @section('content')
@php // Parse the XML contents $xml = simplexml_load_string($contents); @endphp @if($xml && isset($xml->url))

Sitemap URLs

@else
Stay tuned.
@endif
@endsection