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

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

@method('PATCH') @csrf

@endsection