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

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

@method('PATCH') @csrf

@endsection