@extends('admin.layouts.master') @section('title', 'Create SiteMap - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any())
@foreach($errors->all() as $error)
{{ $error}}
×
@endforeach
@endif
{{ __('Generate Sitemap') }}
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Generate Sitemap') }}
@php $path = 'sitemap.xml'; @endphp @if(file_exists(public_path().'/'.$path))
{{ csrf_field() }} {{ method_field('POST') }}
{{ __('Download Sitemap') }}
@endif
@endsection @section('script') @endsection