@extends('layout.default') @section('breadcrumbs') @endsection @section('page', 'page__type--edit') @section('main')

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

@method('PATCH') @csrf

@endsection