@extends('layouts.app') @section('page-header') @endsection @section('content')

{{ __('Clear Cache') }}

@csrf
{{ __('Clear all application cache files') }}

{{ __('Sitemap') }}

@csrf
{{ __('Generated sitemap.xml file will be available at public folder') }}
@endsection @section('js') @endsection