@extends('core::base.layouts.master') @section('title') {{ translate('Generate Site Map') }} @endsection @section('custom_css') @endsection @section('main_content')
@csrf

{{ translate('Generate Site Map') }}

loader

@if (file_exists(public_path('sitemap.xml')))
{{ asset('public/sitemap.xml') }} Last Update - {{ date('F d Y H:i:s', filemtime(public_path('sitemap.xml'))) }}
@endif
@endsection @section('custom_scripts') @endsection