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