@extends('layouts.app') @section('content')
@lang('list.edit')
@method('PATCH') @csrf
@if ($errors->has('name')) @endif
@if ($errors->has('description')) @endif
@if ($errors->has('is_private')) @endif
@csrf @method('DELETE')
@endsection