@extends('layout.with-main') @section('breadcrumbs') @endsection @section('page', 'page__staff-distributor--delete') @section('main')

{{ __('common.delete') }} torrent distributor: {{ $distributor->name }}

@csrf @method('DELETE')

An existing torrent on site may already use this distributor. Would you like to change it?

@endsection