@extends('layouts.app') @section('content')
Sitemap @include('component.breadcrumb', ['items' => ['Tool', 'Sitemap']])
@include('component.flash')
{!! csrf_field() !!} {{ method_field('PATCH') }}
@include('tool.sitemap.panel')
@stop